﻿/**
 * TOPページ用
 */
section#greeting {
	width:100%;
	margin-bottom:10px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	background-color:#ffffff;
}

section#greeting h2 {
	background-color:#87CEFA;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-left:solid 5px #3366ff;
	border-bottom:dotted 2px #3366ff;
	text-indent:10px;
	line-height:180%;
}


section#greeting div {
	padding:5px 0px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}

section#greeting p {
	width:96%;
	margin:0px auto;
	letter-spacing:1px;
	line-height:150%;
	text-indent:14px;
}

section#banner img {
	width:100%;
	height:auto;
}

section#banner2col {
	display:none;
}

section#banner2col img {
	width:100%;
}

div#mobileFrame {
	width:100%;
}

div#mobileFrame div:first-child {
	float:left;
	width:80%;
}

div#mobileFrame div:last-child {
	float:right;
	width:19%;
}


section#information h2 {
	margin-top:20px;
	background-color:#87CEFA;
	border-top-right-radius: 20px;
/*	border-bottom-right-radius: 15px; */
	-webkit-border-top-right-radius: 20px;
/*	-webkit-border-bottom-right-radius: 15px; */
	-moz-border-radius-topright: 20px;
/*	-moz-border-radius-bottomright: 15px; */
	border-left:solid 5px #3366ff;
	border-bottom:dotted 2px #3366ff;
	text-indent:10px;
	line-height:180%;
}

dl#news {
	height:190px;
	overflow:auto;
	padding:10px;
	background-color:#ffffff;
	line-height:150%;
}

dl#news dt {
	clear:both;
	float:left;
	width:100px;
}

dl#news dd {
	margin-left:120px;
	margin-bottom:10px;
}


/* PC用
------------------------------------------------------------*/
@media only screen and ( min-width:960px ) {
}

/* 769px～959px以下 */
@media only screen and ( max-width:959px ) {
}

/* 641px～768px以下（主にタブレット） */
@media only screen and ( max-width:768px ) {
}

/* 640px以下（主にスマホ横） */
@media only screen and ( max-width:640px ) {
	section#banner {
		display:none;
	}

	section#banner2col {
		display:block;
	}
}

/* 480px以下（主にスマホ縦） */
@media only screen and ( max-width:480px ) {
}
