@charset "utf-8";
/* モバイル用CSS：480px以下 ============================== */

img, object, embed, video {
	max-width: 100%;
	height: auto;
}
.ie6 img {
	width:100%;
}

body{
	margin:0px;
	padding:0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color: #555;
	line-height: 1.2rem;
}

#wrapper {
	padding:0rem;
	margin:0 auto;
	text-align:left;
	width:97%;
	}
#logo {
	text-align: center;
	margin: 0 auto;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	/*border-bottom: 2px solid #61909a;*/
	font-size: 2rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	/*height: 3rem;*/
	line-height: 120%;
}
h3 {
	font-size: 1.5rem;
	margin-bottom: .5rem;
	line-height: 120%;
}
#topMain {
	display: none;
}
#top h2 {
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 1rem;
	line-height: 105%;
	margin-bottom: 2rem;
	border-bottom: 3px solid #7e0d0d;	
	}

#slideshow {
    position:relative;
    height:200px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:1px;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
#main P {
	font-size:1em;
	line-height:1.9rem;
	color:#555;
	margin-bottom:1rem;
}


li {
	line-height: 1.2rem;
}
#main ul {
	margin-bottom: 1rem;	
}
#main li {
	line-height: 1.2rem;
	margin-left: 3rem;
}
.noDisplay {
	display:none !important;
}
.mb_nodisplay {
	display:none !important;
}
.column .title {
	border-bottom: 3px solid #093f7f;
	padding-bottom: 0px;
	line-height: 100%;
	}


/* --- フッタ ------------------ */

#footerLinks {
	display:none;
}
#footerMark {
	display: none;
}
#footerCredit {
	text-align:center;
	font-size:0.7em;
	padding:.5rem;
	background-color: #093f7f;
	color: white;
}


/* デスクトップ用CSS ============================== */
@media screen and (min-width:1024px){
/* デスクトップレイアウト: 1024 px ～。モバイルレイアウトからスタイルを継承。*/
body {
	
}
#wrapper {
	width: 1100px;	
	padding:0rem 1rem 0rem;
}


.nav li.liBase {	
width:19.5%;
}



#main {
	padding-bottom: .5rem;
	}

h2 {
	font-size: 2rem;
	/*padding-bottom: .3rem;*/
	margin-top: 2rem;
	height: 3rem;
	line-height: 3rem;
}
#topMain {
	display: block;
}

#slideshow {
    position:relative;
    height:375px;
}
#top h2 {
	margin-top: 0rem;
	margin-bottom: 1.5rem;
	height: auto;
	border-bottom: 3px solid #7e0d0d;
	}
#top h3 {
	margin-bottom: 1rem;
	}
#sub h2 {
	font-size: 1.5rem;
	margin-bottom: .5rem;
	line-height: 120%;	
	}
.column {
	width: 47%;	
	}
.column .title {
	border-bottom: 3px solid #093f7f;
	padding-bottom: 0px;
	line-height: 100%;
	}
.mb_nodisplay {
	display: inline !important;
	}



/* --- footer pc ------------------ */
#footerMark {
	display: block;
	text-align: right;
	margin: .5rem;
	}
#footerCredit {
	text-align:right;
	padding-right: 1rem;
	}
}

/* 以下共用 ============================== */
/* --- 文字 --------------------------------- */


.textB {
    font-weight: bold;
}

.textSml {
	font-size:.85rem !important;
}
.textSoSml {
	font-size:.75rem;
}
.textLarge {
	font-size: 1.3rem !important;
}
.textRt {
	text-align:right;
}
.textLft {
	text-align:left;
}
.textCntr {
	text-align:center;
}
.textRed {
	color:#ff0000;
}
.textGrn {
	color:#005e14 !important;
}
.textWhite {
	color: white;
}
.textNormal {
	font-weight:300;
}
.line-heightNarrow {
	line-height: 1.5rem !important;
}
.kakomiWrapper {
	text-align:center;
}
.kakomi {
    padding: 0.5em 1em;
    margin: 1rem auto;
    background: #e8fde7;
    border: solid 3px #4b894b;
    border-radius: 10px;
	display:inline-block;
	color:#333 !important;
}

/* link */
a:link {
	color:#555;
	/*color:#005e14;*/
	text-decoration:underline;
}
a:visited {
	color:#999;
}
a:hover {
	color:#7e0d0d;
}



/* --- 位置 ------------------ */

.center {
	margin:0 auto;
}
.clearB {
	clear:both;
}
.clearL {
	clear:left;
}
.clearR {
	clear:right;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.overflowH {
	overflow:hidden;
}
.imgL {
	float:left;
	margin:0 1rem 1rem 0;
}
.imgR {
	float:right;
	margin:0 0 1rem 1rem;
}

.margin0 {
	margin: 0;
	}
.marginT1rem {
	margin-top:1rem;
}
.marginR20px {
	margin-right:20px;
}
.marginR2rem {
	margin-right:2rem;
}
.marginB1rem {
	margin-bottom:1rem;
}
.marginB2rem {
	margin-bottom:2rem;
}
.marginB4rem {
	margin-bottom:4rem;
}
.marginB10px {
	margin-bottom:10px;
}
.marginL20px {
	margin-left:20px;
}



.paddingB1rem {
	padding-bottom:1rem;
}
.paddingT1rem {
	padding-top:1rem;
}

.vMiddle {
	vertical-align:middle;
}

.noDisplay {
	display:none !important;
}

/* --- テーブル --------------------------------- */
.tableBasic {
	border: 1px solid gray;
}
.tableBasic td,th {
	padding: .4rem;
	border: 1px solid gray;
	border-collapse: collapse;
	vertical-align: top;
}
th {
	text-align: left;
	/*background-color: #65777B;*/
	/*background-color: #8AADC1;*/
	background-color: #eeeeee;
	/*color: white;*/
	font-weight: normal;
}

/* --- その他 ------------------ */
.brdrNone {
	border: none !important;
}
.brdrTensen {
	border-bottom: 1px #cccccc dashed;
}
.brdrKasen {
	border-bottom: 1px #cccccc solid;
}
.longUrl {
	word-break:break-all;
}
.rollover {
}
.bgGray {
	background-color: #65777B;
}
.imgShadow {
	margin-top: 0.5rem;
	box-shadow: 4px 4px 8px gray;
}
dt {
    font-weight: bold;
	font-size:large;
}
dl {
	margin-left: 1rem;
	margin-bottom: 2rem;
}
dd {
	margin-left: 1rem;
}


