@media print, screen and (min-width: 700px) {
/* PC -------------------------------------------------------------- */
#menu-sp,#nav-sp,.sp{
	display:none;
	text-indent:-9999px;
	line-height:0%;
}

/* ヘッダー -------------------------------------------------------------- */
#header{
	width:980px;
	padding-top: 10px;
	margin:0 auto;
}
#header-right{
	float:right;
	text-align:right;
	margin-bottom:10px;
	width:707px;
}
#header h1{
	font-size:11px;
	color:#000000;
	padding-bottom: 10px;
}
#header3{
	padding-right: 5px;
	float:right;
}
#header4{
	padding-right: 5px;
	padding-top: 3px;
	float:right;
}
#search{
	float:right;
	text-align:right;
	padding-right: 20px;
}
#search input[type="text"]{
	width:180px;
	height:12px;
	vertical-align:top;
	border: 1px solid #ccc;
	padding:5px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomright: 3px;
}
nav{
	background: url(../images/common/nav-bk.png) repeat-x;
	clear:both;
}
nav ul{
	width:980px;
	margin:0 auto;
}
nav li{
	list-style:none;
	display:inline;
	line-height:100%;
}

/* メイン画像 -------------------------------------------------------------- */
#main{
	width:100%;
	background:center top no-repeat url(../images/common/main.png);
	height: 430px;
}
#main2{
	width:100%;
	margin:145px 0 60px;
	background:center top no-repeat url(../images/common/slide1.jpg);
	-moz-background-size:cover;
	background-size:cover;
	padding-top:30%;
	clear:both;
}

/* ラップ -------------------------------------------------------------- */
.wrap{
	margin:0 auto;
	width:980px;
}

/* content -------------------------------------------------------------- */
#content{
	width:726px;
	float:left;
	margin-bottom: 30px;
	margin-top: 15px;
}
#content2{
	width:726px;
	float:right;
	margin-bottom: 30px;
}
#content3{
	padding:20px;
	background-color: #FFF;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	clear:both;
}
#content2 h2{
	background: url(../images/common/h2-bk.png) left bottom no-repeat;
	padding:20px 30px;
	font-size:172%;
	line-height: 1.2;
}
#content2 h3{
	background: url(../images/common/h3-bk.png) left bottom no-repeat;
	padding-bottom:12px;
	padding-left:15px;
	padding-top:16px;
	margin-bottom:20px;
	margin-top: 30px;
	font-size:150%;
	clear:both;
}
#content2 h4{
	padding:0 20px 0 10px;
	border-left: #024697 solid 3px;
	margin-bottom:20px;
	margin-left: 3px;
	margin-top: 45px;
	font-size:128.6%;
	clear:both;
}

/* side -------------------------------------------------------------- */
#side{
	width:220px;
	float:right;
	margin-bottom: 30px;
	margin-top: 15px;
}
#side2{
	width:220px;
	float:left;
	margin-bottom: 30px;
}
#side-common{
	background-color:#024697;
	border-radius: 3px;   /* CSS3草案 */
    -webkit-border-radius: 3px;   /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Safari,Google Chrome用 */
	color:#FFF;
	padding:5px;
}
#side-common li{
	list-style:none;
}
#side-common li a{
	display:block;
	padding:15px 0 15px 35px;
	border-bottom: solid 1px #1C59A2;
	background: url(../images/common/arrow-blue2.png) no-repeat 15px center;
	color:#FFF;
	text-decoration:none;
}
#side-common li a:hover{
	font-weight:bold;
	background-color: #165AAB;
}
#side2 h2{
	color:#FFF;
	padding:15px;
	font-size:114.3%;
	text-align: center;
	border-top-left-radius: 5px;        /* CSS3草案 */
	border-top-right-radius: 5px;        /* CSS3草案 */
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1e5aa2', endColorstr = '#024697');

/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1e5aa2', endColorstr = '#024697')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #1e5aa2, #024697);
background-image: -ms-linear-gradient(top, #1e5aa2, #024697);
background-image: -o-linear-gradient(top, #1e5aa2, #024697);
background-image: -webkit-linear-gradient(top, #1e5aa2, #024697);
background-image: linear-gradient(top, #1e5aa2, #024697);
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
#side-menu{
	margin-bottom:20px;
	background:#FFF;
	padding:5px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#side-menu li{
	list-style:none;
}
#side-menu li a{
	background: url(../images/common/arrow-blue3.png) #FFF no-repeat 7% center;
	list-style:none;
	display:block;
	padding:15px 0 15px 35px;
	color:#333;
	text-decoration:none;
	border-bottom:#E3E3E3 1px dashed;
}
#side-menu li a:hover,#side-menu li a.active{
	background: url(../images/common/arrow-blue3.png) #DFE9F6 no-repeat 7% center;
	font-weight:bold;
}
#side-menu li.s a,
#side-menu .children li a{
	padding:10px 10px 10px 50px;
	background: url(../images/common/arrow-blue1.png) #FFF no-repeat 16% center;
}
#side-menu li.s a:hover,
#side-menu .children li a:hover{
	background: url(../images/common/arrow-blue1.png) #DFE9F6 no-repeat 16% center;
}
.children {
	padding-bottom: 0;
}
/* タブ -------------------------------------------------------------- */
.ulTab{
	text-align:center;
	line-height:0;
	background-color: #024697;
	padding-left: 95px;
	padding-top: 12px;
	background: url(../images/common/tab-bg.jpg) left top no-repeat;
}
.ulTab li{
	list-style:none;
	display:inline;
	line-height:0;
	padding:0 5px;
}
#jsPage0,#jsPage1,#jsPage2,#jsPage3,#jsPage4,#jsPage5,#jsPage6{
	clear:both;
	padding:10px 16px 10px 10px;
	background-color: #FFF;
	-webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
}
#jsPage0 dl,#jsPage1 dl,#jsPage2 dl,#jsPage3 dl,#jsPage4 dl,#jsPage5 dl,#jsPage6 dl{
	overflow-y:scroll;
	height:400px;
	padding:10px 10px 40px;
}
#jsPage0 dt,#jsPage1 dt,#jsPage2 dt,#jsPage3 dt,#jsPage4 dt,#jsPage5 dt,#jsPage6 dt,#news dt{
	background: url(../images/common/arrow-blue1.png) 10px 7px no-repeat;
	padding-left: 25px;
}
.news-list {
	float: right;
	padding: 5px 10px 0 0;
}
dl dt {
     float: left;
     width: 7em;
}
dl dt img{
	padding-left:25px;
	vertical-align:middle;
}
dl dd {
     border-bottom: 1px dashed #ccc;
     padding-left:9em;
	 padding-bottom:10px;
	 margin-bottom:10px;
}

/* バナー -------------------------------------------------------------- */
#banner-wrap{
	width:980px;
	margin:50px auto;
}
.banner1{
	width:1013px;
	overflow: hidden;
	_zoom: 1;
	margin-top:20px;
	margin-right:-43px;
}
.banner1 li{
	width:226px;
	list-style:none;
	float:left;
	margin-right:26px;
	text-align:center;
	min-height:66px;
}

/* フッター -------------------------------------------------------------- */
#footer{
	font-size:80%;
}
#footer-left {
	float: left;
	padding-right: 10px;
}
#footer-add {
	float: left;
	padding-top: 5px;
}
#footer-right {
	float: right;
	text-align: right;
}
#footer-bottom{
	color:#FFF;
	clear:both;
	background: url(../images/common/footer-bg.png) left top repeat;
	padding:15px 0px;
}
#backtop img{
	display: none;
}
#pagetop {
	text-align: right;
	padding: 10px 0;
}

/* セカンド -------------------------------------------------------------- */
ol li{
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom:10px;
	list-style-type: decimal;
}
ol.iroha li {
	list-style-type: katakana-iroha;
}
.breadcrumbs{
	padding:5px 0px 10px;
    font-size: 78.6%;
	color: #666666;
}
.breadcrumbs div{
	width:980px;
	margin:0 auto;
}
.day {
	text-align: right;
	padding-bottom: 10px;
}
.cat-list li {
	border-bottom: #CCC dashed 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/common/arrow-blue1.png) 10px 7px no-repeat;
	padding-left: 25px;
}

}
@media screen and (max-width: 699px) {
/* スマホ -------------------------------------------------------------- */
.pc{
	display:none;
	text-indent:-9999px;
	line-height:0%;
}
img, object, embed {
	max-width: 100%;
	height: auto;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* スマホナビ -------------------------------------------------------------- */
#menu-sp{
	padding:20px 10px;
	margin:10px 0px 0px 0px;
	display:block;
	text-align:right;
	text-align:center;
	background-color:#003A7B;
	color:#FFF;
	font-size:160%;
	font-weight:bold;
	position:relative;
}
#menu-sp #open{
	background:url(../images/common/menu_open.png) right center no-repeat;
	height:30px;
	width:30px;
	position:absolute;
	right:4%;
	top:14px;
}
#menu-sp.active #open{
	background:url(../images/common/menu_close.png) right center no-repeat;
}
#menu-sp img{
	height:auto;
}
#menu-sp:hover,#menu-sp:active{
	cursor:pointer;
}
#nav-sp{
	display:block;
	clear: both;
	position:absolute;
	display: none;
	z-index:10000;
	width:100%;
    }
#nav-sp a{
	text-decoration:none;
	display:block;
	font-size: 110%;
	position: relative;
	padding: 15px 25px 15px 10px;
	border-bottom: 1px solid #FFF;
	background-color:#ABD0FE;
	color:#222;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
#nav-sp a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-sp li.active a{
	background-color:#243555;
	color:#FFF;
}
#nav-sp li.active a:after{
	-webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
#nav-sp li ul.sub li{
	display:none;
	background-color:#D8E0EF;
}
#nav-sp li ul.sub li a{
	background-color:#D8E0EF;
	color:#222;
}
#nav-sp li ul.sub li a:after{
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: solid 2px #222;
	border-right: solid 2px #222;
}

/* メイン画像 -------------------------------------------------------------- */
#main-sp{
	width:100%;
	background:center top no-repeat url(../images/sp/main.jpg);
	-moz-background-size:cover;
	background-size:cover;
	padding-top:52.5%;
	clear:both;
}

/* ヘッダー -------------------------------------------------------------- */
#header-wrap{
	border-top:solid 4px #004AA0;
}
#header h1{
	font-size:11px;
	color:#999999;
	text-align:center;
}
#header{
	width:96%;
	margin:0 auto;
}
#header1{
	padding-top: 10px;
	text-align: center;
}
#nav{
	clear:both;
}
#nav li{
	list-style:none;
	display:inline;
}
#nav li img{
	vertical-align:bottom;
}

/* ラップ -------------------------------------------------------------- */
.wrap{
	margin:0 auto;
	width:96%;
}

/* タブ -------------------------------------------------------------- */
.ulTab{
	text-align:center;
	line-height:0;
	padding-bottom: 10px;
	padding-top: 50px;
	background: url(../images/common/tab-bg.jpg) left top no-repeat;
	background-color: #024697;
}
.ulTab li{
	list-style:none;
	display:inline;
	line-height:0;
	padding-right: 4px;
	line-height: 2;
}
#jsPage0,#jsPage1,#jsPage2,#jsPage3,#jsPage4,#jsPage5,#jsPage6{
	clear:both;
	padding:10px 16px 10px 10px;
	background-color: #FFF;
	-webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
}
#jsPage0 dl,#jsPage1 dl,#jsPage2 dl,#jsPage3 dl,#jsPage4 dl,#jsPage5 dl,#jsPage6 dl{
	overflow-y:scroll;
	height:400px;
	padding:10px 10px 40px;
}
#jsPage0 dt,#jsPage1 dt,#jsPage2 dt,#jsPage3 dt,#jsPage4 dt,#jsPage5 dt,#jsPage6 dt,#news dt{
	background: url(../images/common/arrow-blue1.png) 10px 7px no-repeat;
	padding-left: 25px;
}
.news-list {
	float: right;
	padding: 8px 16px 14px 0;
}
dl dt img{
	padding-left:25px;
	vertical-align:middle;
}
dl dd {
    border-bottom: 1px dashed #ccc;
	padding-bottom:10px;
	padding-left: 23px;
	margin-bottom:10px;
}

/* バナー -------------------------------------------------------------- */
.banner1{
	width:96%;
	margin:0 auto;
	overflow: hidden;
	_zoom: 1;
	text-align:center;
}
.banner1 li{
	width:46%;
	list-style:none;
	text-align:center;
	margin-top:20px;
	padding: 30px 2%;
	float: left;
	font-size: 150%;
	font-weight: bold;

	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

	/* box-shadow */
	box-shadow:rgba(113, 135, 164, 0.0588235) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.0588235) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.0588235) 0px 0px 6px 3px;
}
.banner1 li.small{
	padding: 10px 2%;
}
.banner1 a{
	text-decoration: none;
}
.banner1 li img{
	margin-top:10px;
}
#banner-wrap h2{
	border-left:8px solid #004AA0;
	padding:5px 0 5px 20px;
	margin-top:50px;
	font-size:140%;
	font-weight:bold;
	line-height:120%;
	margin:50px 2% 0 2%;
	display:block;
}

/* content -------------------------------------------------------------- */
#content{
	margin-bottom: 15px;
}
#content2{
	width:100%;
	margin-bottom: 15px;
	margin-top: 20px;
}
#content3{
	padding:20px;
	background-color: #FFF;
    border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px -2px;
	clear:both;
}
#content2 h2{
	background: url(../images/common/h2-bk.png) left bottom no-repeat;
	padding:20px 30px 10px;
	font-size:172%;
	line-height: 1.2;
}
#content2 h3{
	background: url(../images/common/h3-bk.png) left bottom no-repeat;
	padding-bottom:12px;
	padding-left:15px;
	padding-top:16px;
	margin-bottom:20px;
	font-size:150%;
	clear:both;
}
#content2 h4{
	padding:0 20px 0 10px;
	border-left: #024697 solid 3px;
	margin-bottom:20px;
	margin-left: 3px;
	font-size:128.6%;
	clear:both;
}

/* side -------------------------------------------------------------- */
#side{
	width:100%;
	margin-bottom: 30px;
	margin-top: 15px;
}
#side2{
	width:100%;
	margin-bottom: 30px;
}
#side-common{
	background-color:#024697;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color:#FFF;
	padding:5px;
}
#side-common li{
	list-style:none;
}
#side-common li a{
	display:block;
	padding:15px 35px;
	border-bottom: solid 1px #1C59A2;
	background: url(../images/common/arrow-blue2.png) no-repeat 15px center;
	color:#FFF;
}
#side-common li a:hover{
	font-weight:bold;
	background-color: #165AAB;
}
#side2 h2{
	background: linear-gradient(#1E5AA2, #024697);
	color:#FFF;
	padding:15px;
	font-size:114.3%;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#side-menu{
	margin-bottom:15px;
	background:#FFF;
	padding:5px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
#side-menu li{
	list-style:none;
}
#side-menu li a{
	background: url(../images/common/arrow-blue3.png) #FFFFFF no-repeat 4% center;
	display:block;
	padding:15px 0 15px 35px;
	color:#333;
	text-decoration:none;
	border-bottom:#E3E3E3 1px dashed;
}
#side-menu li a:hover,#side-menu li a.active{
	background: url(../images/common/arrow-blue3.png) #DFE9F6 no-repeat 4% center;
	font-weight:bold;
}
#side-menu li.s a,
#side-menu .children li a{
	padding:10px 10px 10px 50px;
	background: url(../images/common/arrow-blue1.png) #FFF no-repeat 10% center;
}
#side-menu li.s a:hover,
#side-menu .children li a:hover{
	background: url(../images/common/arrow-blue1.png) #DFE9F6 no-repeat 10% center;
}
.children {
	padding-bottom: 0;
}

/* フッター -------------------------------------------------------------- */
#footer{
	font-size:90%;
	background:url(../images/common/footer-bk1.png) repeat top left;
}
.footer-add{
	margin-bottom:30px;
}
#footer-bottom{
	color:#FFF;
	clear:both;
	background: url(../images/common/footer-bg.png) left top repeat;
	padding:15px 0px;
	text-align:center;
}
#footer-bottom img{
	margin:0 10px;
}
#backtop{
	position: fixed;
	right: 10px;
	bottom: 10px;
}
#backtop img{
	width:30px;
}

/* セカンド -------------------------------------------------------------- */
ol li{
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom:10px;
	list-style-type: decimal;
}
ol.iroha li {
	list-style-type: katakana-iroha;
}
.cat-list li {
	border-bottom: #CCC dashed 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/common/arrow-blue1.png) 10px 7px no-repeat;
	padding-left: 25px;
}
.breadcrumbs{
	background-color:#E7E7E7;
	padding:10px 0px;
}
.breadcrumbs div{
	width:96%;
	margin:0 auto;
}
.day {
	text-align: right;
	padding-bottom: 10px;
}

/* テーブル -------------------------------------------------------------- */
table{
width:100%;
table-layout: fixed;
word-break: break-word;
}
table td,table th{
word-break: break-word;
font-size:70%;
line-height:110%;
letter-spacing:0px;
}

/* Images -------------------------------------------------------------- */
.alignleft,
img.alignleft {
	float:none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.alignright,
img.alignright {
	float:none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.aligncenter,
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

/* フォーム -------------------------------------------------------------- */
input[type="text"]{
	width:50%;
}
textarea,input[type="email"],input[type="file"]{
	width:50%;
}
input[type="submit"],input[type="button"]{
	width:50%;
}

}
