@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
   border-top:4px solid #50C290;
}




/* ================================================================768px以下======================================== */

/*@media screen and (min-width: 320px) and (max-width: 768px) { */


body {
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
	font-size:14px;
	color:#333;
	background:#fff url("../images/bg.gif") 0 130px repeat-x;
	width:320px;
	margin:0 auto;
	padding:0;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {

}

.logo {
    display:none;
}



header {
	position:relative;
	width:320px;
}

header img {
width: 320px;
margin-bottom:20px
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#serch {
   position:absolute;
   top:0;
   right:0;
}

#gnavi {
	position:absolute;
	bottom:0;
	right:0;
	padding-right: 10px;
}

nav {
	/* [disabled]float:left; */
	width:320px;
	margin-top:13px;
	margin-bottom:13px;
}


#front {
    display:none;
}


#contents {
   float:left;
   width:320px;
   padding:10px 0;
   background:#fff;
}

#main {
   display:none;
   float:left;
   width:320px;
}


#triple7 {
   float:left;
   width:320px;
}

#sub {
   float:left;
   width:220px;
}

#pageTop {
   clear:both;
}

#footMenu {
   display:none;
   float:left;
   width:320px;
   margin-top:10px;
}

#footer {
   clear:both;
   width:320px;
}


/* ========HEADER CUSTOMIZE======== */
header h1 {
   margin:0;
   padding:5px 0 0 0;
   font-size:32px;
   line-height:1.0;
}

header h1 a:hover {
   color:#f1f1f1;
}


header #gnavi ul {
   list-style:none;

}
header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:11px;
}

header #gnavi li a {
	display:block;
	padding-left:8px;
	background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}


/* ========SERCH CUSTOMIZE======== */

#serch {
	display: none;
}


/* ========nav CUSTOMIZE======== */
nav ul {
   margin:0 0 1px 0;
   padding:0;
   list-style:none;
}

#TopMenu ul li:first-child{
    display: none;
}


#TopMenu ul li {
	/*border-radius: 8px;*/
	overflow:hidden;
	/* [disabled]float:left; */
	margin:0;
	margin-left:-1px;
	padding:0;
	border:1px solid #CECBCE;
	border-bottom:none;
	background: #fff;
	/* [disabled]background:#fff url("../images/bg_menu.gif") -40px 0 repeat-x; */
}

#TopMenu ul li a {
	display:block;
	/* [disabled]width:90px; */
	height:20px;
	padding:10px 0;
	line-height:20px;
	font-weight:bold;
	text-align:left;
	outline:none;
	text-indent: 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #139957;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.40,#fff), to(#ccc));
}

#TopMenu ul li a:hover {
	color:#fff;
	text-decoration:none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#4FC18F), to(#139957));
	/* [disabled]background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x; */
}

#TopMenu ul li.home {
	/* [disabled]width:90px; */
	margin-left:0;
	border-left:1px solid #CECBCE;
}

#TopMenu ul li.active a {
	color:#fff;
	/* [disabled]background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x; */
	text-decoration:none;
}


#TopMenu_en ul li:first-child{
    display: none;
}


#TopMenu_en ul li {
	/*border-radius: 8px;*/
	overflow:hidden;
	/* [disabled]float:left; */
	margin:0;
	margin-left:-1px;
	padding:0;
	border:1px solid #CECBCE;
	border-bottom:none;
	background: #fff;
	/* [disabled]background:#fff url("../images/bg_menu.gif") -40px 0 repeat-x; */
}

#TopMenu_en ul li a {
	display:block;
	/* [disabled]width:90px; */
	height:20px;
	padding:10px 0;
	line-height:20px;
	font-weight:bold;
	text-align:left;
	outline:none;
	text-indent: 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #139957;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),color-stop(0.40,#fff), to(#ccc));
}

#TopMenu_en ul li a:hover {
	color:#fff;
	text-decoration:none;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#4FC18F), to(#139957));
	/* [disabled]background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x; */
}

#TopMenu_en ul li.home {
	/* [disabled]width:90px; */
	margin-left:0;
	border-left:1px solid #CECBCE;
}

#TopMenu_en ul li.active a {
	color:#fff;
	/* [disabled]background:#fff url("../images/bg_menu.gif") 100% 100% repeat-x; */
	text-decoration:none;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#134D99;
}

#main a:hover {
   color:#134D99;
   text-decoration:underline;
}

#main h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:15px;
   font-weight:bold;
   background:#fff url("../images/bg_h2.gif") 100% 100% repeat-x;
}

#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:14px;
   color:#1F645E;
   border-bottom:3px solid #A5D763;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
#main div.topNavi {
	overflow:hidden;
	position:relative;
	margin-left:-10px;
	margin-bottom:0px;
}

* html #main div.topNavi {
   height:1em;
   overflow:visible;
}

#main div.topNavi div.topNaviColumn {
	display:inline;
	width:270px;
	float:left;
	margin-left:10px;
	padding:0 0 2em 0;
}

#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;
   width:270px;
   text-align:right;
}

#main div.topNavi div.topNaviColumn p.detail a {
	padding:0 0 0 7px;
	background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
	margin:0;
}
#main dl.information dt {
	float:left;
	padding-top:5px;
}

#main dl.information dd {
	background:url("../images/bg_dotline.gif") 0 100% repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 95px;
}

#main .paper {
	float:right;
	padding-top:5px;
}


#main dl.service {
	margin:0;
}
#main dl.service dt {
	float:left;
	padding-top:5px;
}

#main dl.service dd {
	background:url("../images/bg_dotline.gif") 0 100% repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main .accordion dd {
	padding-bottom: 40px;
}


#main table {
   font-size:12px;
}

#main table {
   width:320px;
   margin-bottom:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
}

#main table th {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:5px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

#main table td ol {
   margin:0;
   padding:0 0 0 30px;
}

#main table td li {
   margin:0;
   padding:0;
}



#main .service dd div ul li {
	list-style-type: upper-alpha;
}


/* ========ASIDE CUSTOMIZE======== */


aside{
	float:left;
	width:320px;
	/* [disabled]margin-top: 60px; */
}


aside .image-wrap {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}
aside .image-wrap:after {
	position: absolute;
	content: ' ';
}
aside .image-wrap:hover {
	position: relative;
	top: -3px;
}

aside ul{
	display:none;
	margin:10;
	text-align: center;
}



aside li {
   padding:5px;
   line-height:1.3;
   list-style:none;
}


aside li a{
	display:block;
}

aside li a:hover {
   display:block;
}

/* ========SUBCONTENTS CUSTOMIZE======== */



#sub {
	float: left;
	margin-bottom:10px;
	width: 320px;
}

#sub h2 {
   padding:5px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

#sub h3 {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	background:#EFEBEF;
	text-indent: 0.5em;
}

#sub ul{
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub .photo li{
	text-align:center
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub  li a{
	display:block;
	padding:5px 5px 5px 15px;
}

#sub li a:hover {
   display:block;
}


#sub .link li a{
	display:block;
	padding:5px 5px 5px 15px;
	background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub .link li a:hover {
   display:block;
   color:#666;
   background:#FFFFFF url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}



/* ========Triple7CONTENTS CUSTOMIZE======== */



#triple7 h2 {
	/* [disabled]clear:both; */
	margin-bottom:8px;
	padding:1px 10px;
	line-height:2.0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	background:#fff url("../images/bg_h2.gif") 100% 100% repeat-x;
}


#triple7 .subtitle {
	font-size: 14px;
	font-weight: bold;
}



#triple7 .zumen img {
	width: 320px;
}


/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
   width: 320px;
   text-align:right;
   font-size:11px;
}

#pageTop a {
   padding:0 10px 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   list-style:none;
}

#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:11px;
   color:#999;
   line-height:3.0;
   text-align:center;
}
.information dd div img {
	float: right;
}

dl.accordion dt {
	cursor:pointer;
	color:#000;
	background:url(../images/bg_open.gif) no-repeat right center;
	border-bottom:solid 1px #ffe;
}


dl.accordion dt.opened {
	background:url(../images/bg_close.gif) no-repeat right center;
}



article, aside, figure, footer, header, hgroup, nav, section {
display: block;
}



/* clearfix */
.clearfix {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}