@charset "utf-8";

body {
	margin: 0px;padding: 0px;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size: 14px;	
	line-height: 2;		
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 65px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}


a {
	color: #666;
}
a:hover {
	color: #13a0c9;	
	text-decoration: none;
}


#container {
	margin: 0px auto;
	max-width: 1100px;
}


header {
	height: 100px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);x
	border-radius: 0px 0px 20px 20px;
	margin-bottom: 40px;
	background: #ffaaec;
	background: -webkit-linear-gradient(#ffaaec, #ff9ee9);
	background: linear-gradient(#ffaaec, #ff9ee9);
}

#logo img {
	width: 250px;
	padding: 33px 0px 0px 40px;
	float: left;
}


#menubar {
	float: right;
	width: auto;
	margin: 20px 40px 0px 0px;
}
#menubar ul {
	overflow: hidden;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,0.2);
}

#menubar li {
	float: left;
	text-align: center;
}
#menubar a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	line-height: 60px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
	color: #fff;
}

#menubar a:hover {
	color: rgba(255,255,255,0.7);
}

#menubar li.arrow1:hover {
	background: url(../images/arrow1.png) no-repeat center bottom;
}

#menubar-s {
	display: none;
}

#menubar_hdr {
	display: none;
}


#menubar .ddmenu {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	border: none;
	border-radius: 4px;
	background: #000;
	background: rgba(0,0,0,0.7);
}

#menubar .ddmenu li a {
	line-height: 40px;
}

#menubar .ddmenu li:last-child a {
	border: none;
}

#menubar .ddmenu li a:hover {
	background: #000;
}


#main {
	float: right;
	width: 74%;
	padding-bottom: 30px;
}

.c1 #main {
	float: none;
	width: 100%;
}

#main h2 {
	clear: both;
	margin-bottom: 15px;
	color: #FFF;
	padding: 7px 15px;
	background: #ff5eec;
	background: url(../images/bg2.png) no-repeat right top, -webkit-linear-gradient(#ff5eec, #ff9ef3);
	background: url(../images/bg2.png) no-repeat right top, linear-gradient(#ff5eec, #ff9ef3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	border-radius: 10px;
}

#main h3 {
	clear: both;
	margin-bottom: 15px;
	padding: 4px 15px;
	border-radius: 10px;
	border: solid 1px #ccc;
	background: -webkit-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
}

#main p {
	padding: 0px 15px 14px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}


.list {
	float: left;
	width: 31%;
	overflow: auto;
	background: #fff;
	margin-left: 1.5%;
	margin-bottom: 20px;
	border: 1px solid #ccc;	
	border-radius: 6px;
	height: 500px;
	height: 230px;
	line-height: 1.4;
	position: relative;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.list a {
	display: block;
	overflow: auto;
	text-decoration: none;
	height: 500px;
	height: 230px;
}
.list a:hover {
	background: #000;
	color: #fff;
}

.list a::before {
	content: "→";
	position: absolute;
	right: 20px;
	top: 20px;
	background: #000;
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
.list a:hover::before {
	background: #000;
}

.list .img {
	width: 100%;
	height: 140px;
	padding-bottom: 10px;
}

.list h4 {
	padding-left: 15px;
	padding-bottom: 5px;
	font-size: 16px;
}

.list p {
	font-size: 12px;
}


.list table {
	font-size: 10px;
	margin: 0px 15px 5px;
}
.list table,
.list table td,
.list table th{
	border: 1px solid #ccc;
}
.list table td,
.list table th{
	padding: 1%;
}

.list table th{
	width: 18%;
	background: #f5f5f5;
	text-align: center;
	font-weight: normal;
}
.list a:hover table th{
	background: #000;
}

.list table td {
	width: 31%;
}


#sub {
	float: left;
	width: 22%;
	padding-bottom: 30px;
}

.c1 #sub {
	display: none;
}

#sub h2 {
	background: #666;
	background: -webkit-linear-gradient(#ff5eec, #ff9ef3);
	background: linear-gradient(#ff5eec, #ff9ef3);
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 15px;
}


#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}

#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}


#sub .box1 {
	padding: 5%;
	margin-bottom: 15px;
	background: #eee;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;
	box-shadow: 0px 0px 1px 1px #fff inset;
}

#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

#sub .box1 h2 {
	border-radius: 0px;
}

#pagetop a {
	clear: both;
	color: #FFF;
	font-size: 20px;
	padding: 0px 30px;
	background: #ccc;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px;
}

#pagetop a:hover {
	background-color: #999;
	color: #FFF;
}


footer {
	clear: both;
	text-align: center;
	padding: 10px 0px;
}
footer a {
	text-decoration: none;
}
footer .pr {
	display: block;
	font-size: 80%;
}


#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 140px;
	overflow: auto;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#new dd {
	padding-left: 8em;
}


.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	transform: none;
	display: inline-block;
}


.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}


.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #000000;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}




@media screen and (max-width:1150px){


#container {
	width: auto;
	margin: 0px 2%;
}0

}




@media screen and (max-width:1000px){


#menubar a {
	padding: 0 10px;
}

}




@media screen and (max-width:900px){


#menubar-s {
	margin-bottom: 30px;
	overflow: hidden;
}

#menubar-s li {
	float: left;
	text-align: center;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#menubar-s a {
	display: block;
	text-decoration: none;
	line-height: 60px;
	text-align: center;
	background: -webkit-linear-gradient(#fff, #cacaca);
	background: linear-gradient(#fff, #cacaca);
	border-radius: 20px;
	border: 1px solid #999;
}
#menubar-s li:nth-child(even) {
	margin-right: 0;
}

#menubar-s {
	display: block;
}

#menubar {
	display: none;
}


#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;
	right: 30px;
	width: 30px;
	border: 1px solid #fff;
	padding: 12px 10px 5px;
}

#menubar_hdr span {
	display: block;
	border-top: 3px solid #fff;
	margin-bottom: 7px;
}


#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}


section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center/34px 34px, linear-gradient(#13a0c9, #1190b5);
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center/34px 34px, linear-gradient(#13a0c9, #1190b5);
}


body.s-n #sub {
	display: none;
}

}


@media screen and (max-width:600px){


.list {
	float: none;
	width: auto;
	height: auto;
}
.list a {
	height: auto;
}

.list .img {
	height: auto;
}

}




@media screen and (max-width:480px){


body {
	font-size: 12px;
	line-height: 1.6;
}


header {
	height: 80px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 20px;
}

#logo img {
	width: 200px;
	padding: 28px 0px 0px 20px;
}


#menubar-s {
	margin-bottom: 20px;
}

#menubar-s li {
	float: none;
	width: 100%;
	margin-right: 0;
}
#menubar-s a {
	border-radius: 10px;
}


#menubar_hdr {
	top: 15px;
}


#sub ul.submenu li a {
	padding: 10px 10px;
}


.ta1 th {
	width: 100px;
	padding: 5px;
}

.ta1 td {
	width: auto;
	padding: 5px;
}


.ws,.wl {width: 95%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display: block;}
.pc {display: none;}

}




@media screen and (max-width:360px){



#logo img {
	padding: 26px 0px 0px 10px;
}


#menubar_hdr {
	right: 15px;
}


}


.box_left {
    color: #FFF;
    width:100px;
    height:100px;
    margin-left:10px;
    margin-bottom:80px;
    float:left;
    background-color:#FFF;
}
.box_wrap {
    width:auto;
    height:auto;

}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}