@charset "utf-8";


body,td,th {
	font-size:13px;
	font-size:1.3rem;
	line-height:100%;
	letter-spacing:2px;
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a { color: #0092C4;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus,
a:active { color: #33A8D0;text-decoration: none; outline: none;}


textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
}

ul, ol {
    list-style: none;
    margin: 0;
	padding: 0;
}
dl, dt, dd, li,p{
    margin: 0;
	padding: 0;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	font-size: 2.0rem;
}
h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
h3 {
	font-size: 16px;
	font-size: 1.6rem;
}
h4 {
	font-size: 14px;
	font-size: 1.2rem;
}
h5 {
	font-size: 12px;
	font-size: 1.2rem;
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

.mb_a{
	margin-bottom:30px;
}
.mb_b{
	margin-bottom:50px;
}
/*
サイトの大枠 
*/

#wrapper {
	width:100%;
	display:block;
	float:left;
}

/*
ヘッダー 
*/

header {
	width:100%;
	max-width:1920px;
	min-width:480px;
	display:block;
	float:left;
	padding:30px 0;
}
.headbox {
	width:100%;
	max-width:1000px;
	min-width:480px;
	display:block;
	margin:0 auto;
}

.head_logo {
	width:244px;
	height:50px;
	margin-left:15px;
	float:left;
	display:block;
}
.head_logo img {
	width:100vw;
	}

.head_contact {
	width:244px;
	height:50px;
	float:right;
	display:block;
}
.head_contact img {
	width:100vw;
}

.head_nav {
	width:43%;
	height:25px;
	float:left;
	display:block;
	margin:20px 0 0 3%;
	
}
.head_nav ul {
	text-decoration: none;
	width:100%;
	height:25px;
	float:left;
	display:block;
}
.head_nav li {
	text-decoration: none;
	width:30%;
	height:25px;
	float:left;
	display:block;
	margin:0 1.5%;
	text-align:center;
	line-height:25px;
}

.na a:link {
	text-decoration: none;
	float:left;
	display:block;
	color:#000000;
	border-bottom:5px solid #85B200;
	width:100%;
	font-size:8px;
	font-size:0.8rem;
	letter-spacing:3px;
	line-height:25px;
	padding:0;
	margin:0;
}
.na a:hover {
	
	color:#85B200;
}

.nb a:link {
	text-decoration: none;
	height:25px;
	float:left;
	display:block;
	color:#000000;
	border-bottom:5px solid #008C8C;
	width:100%;
	font-size:8px;
	font-size:0.8rem;
	letter-spacing:3px;
	line-height:25px;
	padding:0;
	margin:0;
}
.nb a:hover {
	color:#008C8C;
}

.nc a:link {
	text-decoration: none;
	height:25px;
	float:left;
	display:block;
	color:#000000;
	border-bottom:5px solid #00B2B2;
	width:100%;
	font-size:8px;
	font-size:0.8rem;
	letter-spacing:3px;
	line-height:25px;
	padding:0;
	margin:0;
}
.nc a:hover {
	color:#00B2B2;
}

/*
トップページメインイメージ 
*/

#idx_mainimg {
	width:100%;
	max-width:1920px;
	min-width:480px;
	float:left;
	display:block;
	background:url(../../images/mainimg01.jpg) no-repeat center center;
	color:#006CD8;
}
.idx_imgbox {
	width:100%;
	max-width:1240px;
	min-width:480px;
	height:350px;
	max-height:350px;
	min-height:250px;
	float:none;
	display:block;
	margin:0 auto;
}
.idx_imgcach {
	float:right;
	display:block;
	width:100%;
	max-width:500px;
	min-width:200px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	margin:8% 6% 0 0;
}

/*
内部ページメインイメージ
*/

.mainimgbox {
	width:100%;
	
	height:150px;
	float:right;
	display:block;
}
.mainimg {
	width:100%;
	max-width:1000px;
	min-width:480px;
	height:150px;
	float:none;
	display:block;
	margin:0 auto;
}
.maintitle {
	width:40%;
	height:56px;
	line-height:56px;
	font-size:1.5rem;
	text-align:center;
	float:left;
	color:#006CD8;
	display:block;
	margin-top:50px;
	margin-left:5%
}



/*
コンテンツ 
*/

section {
	width:100%;
	max-width:1920px;
	min-width:480px;
	display:block;
	float:left;
	padding:0 0 50px;
}

.contents {
	width:100%;
	max-width:1000px;
	min-width:480px;
	float:none;
	display:block;
	margin:0 auto;
	text-align:left;
}
.mainbox {
	float:left;
	display:block;
	width:100%;
	max-width:720px;
	min-width:480px;
}
.sidebox {
	width:100%;
	max-width:250px;
	min-width:250px;
	float:right;
	display:block;
}


/*
ぱんくずリンク 
*/
#pankuxu {
	float:left;
	margin:5px 0;
	display:block;
	width:100%;
	max-width:1920px;
	min-width:480px;
	height:40px;
}
.pankuxutext {
	width:100%;
	max-width:1000px;
	min-width:480px;
	float:none;
	display:block;
	margin:0 auto;
	line-height:40px;
	font-size:0.75rem;
}


/*
メインボックス
*/

.barh2 {
	float:left;
	display:block;
	width:100%;
	max-width:720px;
	min-width:480px;
	border-bottom:solid 5px #006DD9;
	color:#006DD9;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:left;
	text-indent:1%;
	line-height:180%;
	margin-bottom:30px;
}
.barh3 {
	float:left;
	display:block;
	width:100%;
	max-width:720px;
	min-width:480px;
	background-color:#006DD9;
	color:#ffffff;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:left;
	text-indent:3%;
	line-height:180%;
	margin-bottom:20px;
	font-size:1.2rem;	
}
.barh3_b {
	float:left;
	display:block;
	width:100%;
	max-width:720px;
	min-width:480px;
	color:#D90000;
	border-bottom:3px solid #D90000;
	text-align:left;
	line-height:150%;
	margin-bottom:30px;
	font-size:1.5rem;
}
.barh4 {
	float:left;
	display:block;
	width:95%;
	max-width:720px;
	min-width:470px;
	border-bottom:solid 2px #006DD9;
	border-left:solid 6px #006DD9;
	color:#006DD9;
	text-align:left;
	text-indent:2%;
	line-height:180%;
	margin-bottom:10px;
	font-size:1.2rem;
	
}

.box01 {
	float:right;
	display:block;
	width:100%;
	max-width:705px;
	min-width:320px;
	line-height:180%;
	font-size:1rem;
}
.box01 ul {
	float:left;
	display:block;
	padding-left: 50px;
}
.mlp{
	float:left;
}
.mrp{
	float:right;
}
.boxtext01{
	width:55%;
}
.boxtext02{
	width:80%;
}
.boxtext03{
	border: solid 1px #006DD9;
	line-height:20px;
	padding:5px 10px;
	color:#006DD9;
	font-size:1rem;
	text-align:center;
	margin-right:15px;
}
.boxtext04{
	width:97%;
}
.boxtext05 a{
	border:solid 1px #006DD9;
	padding:10px;
	color:#006DD9;
	margin-right:10px;
}
.boxtext05 a:hover{
	background-color:#006DD9;
	padding:10px;
	color:#fff;
	font-weight:bold
}
.boximg01{
	width:40%;
	height:260px;
	margin-right:15px;
	
}
.boximg02{
	width:80%;
	margin-left:120px;
	
}
.boximg03{
	width:100%;
	height:200px;
	background:url(../../work/images/format_pc.png) no-repeat center;
	
}
.contact_banner {
	width:100%;
	height:180px;
	display:block;
	float:left;
	background:url(../images/foot_bunsho.jpg) no-repeat;
	margin-left:10px;
}
.contact_banner img {
	width:100%;
}

/*
トップページ専用ピックアップボックス
*/

.idx_picupbox {
	width:100%;
	max-width:720px;
	float:right;
	display:block;
	margin-bottom:50px;
}
.idx_picupbox dl {
	padding:14px;
	width:180px;
	float:left;
	display:block;
	border:2px solid #DFDFD0;
}
.idx_picupbox dt {
	width:180px;
	float:left;
	display:block;
	text-align:center;
	color:#ffffff;
	line-height:35px;
	font-size:10px;
	font-size:1.0rem;
}
.idx_picupbox dd {
	width:180px;
	float:left;
	display:block;
	text-align:left;
	text-indent:28px;
	font-size:8px;
	font-size:0.8rem;
	line-height:35px;
}
.picupdt_a {
	background-color:#85B200;
}
.picupdd_a {
	background:url(../../images/bottan_01.jpg) no-repeat left;
}
.trianglea{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #85B200;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}

.picupdt_b {
	background-color:#008C8C;
}
.picupdd_b {
	background:url(../../images/bottan_02.jpg) no-repeat left;
}

.triangleb{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #008C8C;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}
.picupdt_c {
	background-color:#00B2B2;
}
.picupdd_c {
	background:url(../../images/bottan_03.jpg) no-repeat left;
}
.trianglec{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #00B2B2;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}
.picupimg_a {
	width:180px;
	height:150px;
	background:url(../../images/picup_a.jpg) no-repeat;
	background-size:100%;
}
.picupimg_b {
	width:180px;
	height:150px;
	background:url(../../images/picup_b.jpg) no-repeat;
	background-size:100%;
}
.picupimg_c {
	width:180px;
	height:150px;
	background:url(../../images/picup_c.jpg) no-repeat;
	background-size:100%;
}
.apr {
}
.bpr {
	margin:0 5.5%;
}
.cpr {
}

/*
新着情報 
*/


.news {
	float:right;
	display:block;
	width:100%;
	max-width:705px;
	min-width:480px;
	line-height:180%;
	margin-bottom:50px;
}
.news dl {
	float:left;
	display:block;
	width:690px;
	line-height:180%;
	border-bottom:1px solid #08BAE8;
	margin-bottom:10px;
	font-size:1rem;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2%;
}
.news dt {
	width:20%;
	float:left;
	display:block;
	line-height:30px;
	font-size:0.9em;
	text-align:left;
}
.news dd {
	width:80%;
	float:right;
	display:block;
	line-height:30px;
	font-size:0.9em;
	text-align:left;
}

/*
サイドボックス 
*/
.sidebannerbox {
	width:100%;
	max-width:250px;
	min-width:250px;
	float:left;
	display:block;
}
.sidebanner {
	margin-bottom:20px;
}
.sideinfobox {
	width:100%;
	max-width:250px;
	min-width:250px;
	float:left;
	display:block;
}
.seminar {
	width:100%;
	max-width:250px;
	min-width:250px;
	float:left;
	background-color:#0080FF;
	margin-bottom:30px;
}
.seminar dl {
	width:96%;
	float:left;
	display:block;
	margin:2%;
	background-color:#F0F0E1;
}
.seminar dt {
	width:96%;
	float:left;
	display:block;
	color:#007FFF;
	margin:2% 2% 2% 2% ;
	font-size:12px;
	font-size:1.2rem;
	line-height:170%;
}
.seminar dd {
	width:92%;
	float:left;
	display:block;
	margin:0 4% 4% 4%;
	font-size:8px;
	font-size:0.8rem;
	line-height:170%;
}

.infotitle {
	width: 92%;
	float: left;
	display: block;
	padding: 4% 0 4% 8%;
	background-color: #006DD9;
	border-radius: 10px;
}
.infotitle img {
	width:92%;
}

.side_contact {
	width:250px;
	height:50px;
	float:left;
	display:block;
}
.side_contact img {
	width:250px;
}

.side_infomation {
	width:100%;
	max-width:250px;
	min-width:250px;
	float:left;
	display:block;
}
.side_infomation dl {
	width:100%;
	max-width:250px;
	min-width:250px;
	float:left;
	display:block;
}
.side_infomation dt {
	width:96%;
	float:left;
	display:block;
	margin:2% 0 2% 4% ;
	font-size:10px;
	font-size:1.0rem;
	line-height:170%;
	margin-bottom:15px;
	text-align:left;
}
.side_infomation dd {
	width:100%;
	float:left;
	display:block;
	margin-bottom:15%;
}


/*
フッター 
*/

footer {
	width:100%;
	max-width:1920px;
	min-width:480px;
	display:block;
	float:left;
	background-color:#0080FF;
	padding-top:30px;
}
.footbox {
	width:100%;
	max-width:1920px;
	min-width:480px;
	float:left;
	display:block;
	background-color:#FFFFFF;
}

.footnav {
	width:100%;
	max-width:1000px;
	min-width:480px;
	float:none;
	display:block;
	margin:0 auto;
}

.footnav ul {
	width:100%;
	max-width:1000px;
	min-width:480px;
	float:left;
	display:block;
	padding:10px 0
}

.footnav li {
	width:16.5%;
	float:left;
	display:block;
	line-height:20px;
	margin:7px 0;
}

.footnav li a {
	width:100%;
	float:left;
	display:block;
	color:#000000;
	font-size:8px;
	font-size:0.8rem;
	background:url(../../images/footpoint.png) no-repeat left;
	text-align:left;
	text-indent:15px;
}
.footnav li a:hover {
	width:100%;
	float:left;
	display:block;
	color:#FF8E00;
	font-size:8px;
	font-size:0.8rem;
	background:url(../../images/footpoint_r.png) no-repeat left;
	text-align:left;
	text-indent:15px;
}

.copyright {
	width:100%;
	max-width:1920px;
	min-width:480px;
	float:left;
	display:block;
	background-color:#DFDFD0;
	font-size:8px;
	font-size:0.8rem;
	text-align:center;
}



/* ウィンドウ幅が769?1000pxの場合に適用するCSS */
@media only screen and (max-width:1000px )
{



/*
トップページ専用ピックアップボックス
*/

.idx_picupbox {
	width:100%;
	max-width:720px;
	float:right;
	display:block;
	margin-bottom:50px;
}
.idx_picupbox dl {
	padding:14px;
	width:180px;
	float:left;
	display:block;
	border:2px solid #DFDFD0;
}
.idx_picupbox dt {
	width:180px;
	float:left;
	display:block;
	text-align:center;
	color:#ffffff;
	line-height:35px;
	font-size:10px;
	font-size:1.0rem;
}
.idx_picupbox dd {
	width:180px;
	float:left;
	display:block;
	text-align:left;
	text-indent:28px;
	font-size:8px;
	font-size:0.8rem;
	line-height:35px;
}
.picupdt_a {
	background-color:#85B200;
}
.picupdd_a {
	background:url(../../images/bottan_01.jpg) no-repeat left;
}
.trianglea{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #85B200;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}

.picupdt_b {
	background-color:#008C8C;
}
.picupdd_b {
	background:url(../../images/bottan_02.jpg) no-repeat left;
}

.triangleb{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #008C8C;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}
.picupdt_c {
	background-color:#00B2B2;
}
.picupdd_c {
	background:url(../../images/bottan_03.jpg) no-repeat left;
}
.trianglec{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #00B2B2;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}
.picupimg_a {
	width:180px;
	height:150px;
	background:url(../../images/picup_a.jpg) no-repeat;
	background-size:100%;
}
.picupimg_b {
	width:180px;
	height:150px;
	background:url(../../images/picup_b.jpg) no-repeat;
	background-size:100%;
}
.picupimg_c {
	width:180px;
	height:150px;
	background:url(../../images/picup_c.jpg) no-repeat;
	background-size:100%;
}
.apr {
}
.bpr {
	margin:0 5.5%;
}
.cpr {
}

}




/* ウィンドウ幅が481?768pxの場合に適用するCSS */
@media only screen and (max-width: 768px) 
{

#wrapper {
	width:768px;
	display:block;
	float:left
}

header {
	padding:30px 0;
}

.head_logo {
	width:70%;
	height:50px;
	margin-left:15%;
	float:left;
	display:block;
}
.head_logo img {
	width:100vw;
	}



.head_contact {
	width:50%;
	height:50px;
	margin:0 0 5% 25%;
	float:left;
	display:block;
}
.head_contact img {
	width:100vw;
}

.head_nav {
	width:90%;
	height:25px;
	float:left;
	display:block;
	margin:5% 0 10% 5%;
	
}
.head_nav ul {
	text-decoration: none;
	width:100%;
	height:25px;
	float:left;
	display:block;
	margin:50px 0;
}
.head_nav li {
	text-decoration: none;
	width:30%;
	height:25px;
	float:left;
	display:block;
	margin:0 1.5%;
	text-align:center;
	line-height:25px;
}

.maintitle {
	margin-left:30%
}

.mainbox {
	float:left;
	display:block;
	width:100%;
	max-width:768px;
	min-width:480px;
}



.barh2 {
	float:left;
	display:block;
	width:100%;
	max-width:7680px;
	min-width:480px;
	border-bottom:solid 5px #006DD9;
	color:#006DD9;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:left;
	text-indent:1%;
	line-height:180%;
	margin-bottom:30px;
}
.barh3 {
}


.box01 {
	float:left;
	display:block;
	width:90%;
	max-width:745px;
	min-width:480px;
	line-height:180%;
	margin-bottom:50px;
	
}


.news {
	float:left;
	display:block;
	width:100%;
	max-width:768px;
	min-width:480px;
	line-height:180%;
	margin-bottom:50px;
}

.news dl {
	float:left;
	display:block;
	width:100%;
	max-width:748px;
	min-width:480px;
	line-height:180%;
	padding:0;
	margin:0 0 15px 20px;
	border-bottom:1px solid #08BAE8;
	margin-bottom:50px;
}

/*
トップページ専用ピックアップボックス
*/

.idx_picupbox {
	width:100%;
	max-width:768px;
	min-width:480px;
	float:left;
	display:block;
}
.idx_picupbox dl {
	padding:2%;
	width:95%;
	float:left;
	display:block;
	border:2px solid #DFDFD0;
}
.idx_picupbox dt {
	width:100%;
	float:left;
	display:block;
	text-align:center;
	color:#ffffff;
	line-height:35px;
	font-size:10px;
	font-size:1.0rem;
}
.idx_picupbox dd {
	width:50%;
	float:left;
	display:block;
	text-align:left;
	text-indent:28px;
	font-size:8px;
	font-size:0.8rem;
	line-height:35px;
}
.picupdt_a {
	background-color:#85B200;
}
.picupdd_a {
	background:url(../../images/bottan_01.jpg) no-repeat left;
}
.trianglea{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #85B200;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}

.picupdt_b {
	background-color:#008C8C;
}
.picupdd_b {
	background:url(../../images/bottan_02.jpg) no-repeat left;
}

.triangleb{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #008C8C;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}
.picupdt_c {
	background-color:#00B2B2;
}
.picupdd_c {
	background:url(../../images/bottan_03.jpg) no-repeat left;
}
.trianglec{
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #00B2B2;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid transparent;
	float:none;
	display:block;
	margin:0 auto;
}
.picupimg_a {
	width:100%;
	height:150px;
	background:url(../../images/picup_a.jpg) no-repeat center center;
	background-size:100%;
}
.picupimg_b {
	width:100%;
	height:150px;
	background:url(../../images/picup_b.jpg) no-repeat center center;
	background-size:100%;
}
.picupimg_c {
	width:100%;
	height:150px;
	background:url(../../images/picup_c.jpg) no-repeat center center;
	background-size:100%;
}
.apr {
	margin-bottom:20px;
}
.bpr {
	margin-bottom:20px;
	margin-left:0;
}
.cpr {
	margin-bottom:20px;
}



.contact_banner {
	width:100%;
	max-width:720px;
	height:180px;
	display:block;
	float:left;
	margin-left:11px;
	margin-bottom:30px;
	background:url(../../images/foot_bunsho.jpg) no-repeat;
}



.sidebox {
	width:100%;
	max-width:768px;
	min-width:480px;
	float:left;
	display:block;
}

.sideinfobox {
	width:100%;
	max-width:430px;
	min-width:250px;
	float:right;
	display:block;
}
.seminar {
	width:100%;
	max-width:430px;
	min-width:250px;
	float:left;
	background-color:#0080FF;
	margin-bottom:30px;
}
.seminar dl {
	width:96%;
	float:left;
	display:block;
	margin:2%;
	background-color:#F0F0E1;
}
.seminar dt {
	width:96%;
	float:left;
	display:block;
	color:#007FFF;
	margin:2% 2% 2% 2% ;
	font-size:12px;
	font-size:1.2rem;
	line-height:170%;
}
.seminar dd {
	width:92%;
	float:left;
	display:block;
	margin:0 4% 4% 4%;
	font-size:8px;
	font-size:0.8rem;
	line-height:170%;
}


.infotitle {
	width: 92%;
	float: left;
	display: block;
	padding: 4% 0 4% 8%;
	background-color: #006DD9;
	border-radius: 10px;
	margin-bottom:20px;
}
.infotitle img {
	width:92%;
}

.side_contact {
	width:100%;
	height:50px;
	float:left;
	display:block;
}
.side_contact img {
	width:100vw;
}
.side_infomation {
	width:100%;
	float:left;
	display:block;
}
.side_infomation {
	width:100%;
	max-width:430px;
	min-width:430px;
	float:left;
	display:block;
}
.side_infomation dl {
	width:100%;
	max-width:430px;
	min-width:430px;
	float:left;
	display:block;
}
.side_infomation dt {
	width:50%;
	float:left;
	display:block;
	font-size:10px;
	font-size:1.0rem;
	line-height:170%;
	margin:0;
}
.side_infomation dd {
	width:50%;
	float:right;
	display:block;
}
.side_map {
	width:96%;
	float:left;
	display:block;
	padding:2%;
}

.footnav li {
	width:20%;
	float:left;
	display:block;
	line-height:20px;
	margin:7px 0;
}

}


/* ウィンドウ幅が0?480pxの場合に適用するCSS */
@media only screen and (max-width:480px )
{
#idx_mainimg {
	background:url(../../images/mainimg02.jpg) no-repeat center center;
}
.idx_imgcach {
	display:none;
}

.logo {
	width:70%;
	height: auto;
	margin:10px 15% 20px;
	float:left;
	display:block;}
.logo img {
	width:100vw;
}
.boximg02{
	width:80%;
	margin-left:50px;
	
}
.boximg03{
	width:300px;
	height:380px;
	margin-left:80px;
	margin-top:20px;
	background:url(../../work/images/format_s.png) no-repeat center;
}
.contact {
	width:50%;
	height: auto;
	margin:10px 25% 20px;
	float:left;
	display:block;
}

.contact img {
	width:100vw;
}


.head_nav {
	width:90%;
	height:25px;
	float:left;
	display:block;
	margin:5% 0 20% 5%;
	
}

.contact_banner {
	width:95%;
	height:300px;
	display:block;
	float:left;
	margin:0 0 30px 3%;
	background:url(../images/foot_bunsho_s.jpg) no-repeat center;
}



.sidebannerbox {
	margin:0 auto 20px auto;
	float:none;
	display:block;
	width:250px;
}

.sideinfobox {
	width:90%;
	float:left;
	display:block;
	margin:0 0 30px 5%;
}


.side_infomation {
	width:100%;
	max-width:460px;
	min-width:460px;
}

.side_infomation dl {
	width:100%;
	max-width:460px;
	min-width:460px;
}
.side_infomation dt {
	width:80%;
	float:left;
	display:block;
	font-size:10px;
	font-size:1.0rem;
	line-height:170%;
	margin:20px 0 15px 5%;
	text-align:center;
}
.side_infomation dd {
	width:60%;
	float:left;
	display:block;
	margin:0 0 30px 15%;
}

.side_contact {
	width:100%;
	height:50px;
	float:left;
	display:block;
}
.side_contact img {
	width:100vw;
}

.side_map {
	width:96%;
	float:left;
	display:block;
	padding:2%;
}

.footbox {
	display:none;
}

}

/*
縦書きフォント 
*/


.vertical {
    font-family: "游明朝", "ＭＳ 明朝", serif; /* Windows環境しか考えていない */
    height: 16em;
    margin-left: 2em;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.declarationtitle {
    margin-left: -50px;
    padding: 50px 0 15px;
    color:#007FFF;
    
}
.declarationtitle-sub {
    margin-left: -50px;
    padding: 15px 0;
}
.declarationtitle-sub2 {
    font-size: 16px;
    margin-left: -40px;
    padding: 15px 0;
    font-weight: normal;
}
.declaration ul {
}
.declaration ul li {
    margin-bottom: 30px;
}
.declaration ul li ul {    
    margin-left: -30px;
}
.declaration ul li ul li {
    margin-bottom: 25px 0 15px;
}
.declaration ul li ol {    
  margin: 0;
  padding: 0
}
.declaration ul li ol li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.declaration ul li ul li ol {
  margin: 0;
  padding: 0
}
.declaration ul li ul li ol li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.declaration ul li ul li ul {
    margin-left: -50px;
}
.declaration ul li ul li ul li {
}
