@import "css/tables.css";
@import "css/commonstyles.css";

@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "Lucida Sans Unicode", "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;




}



/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#47baef;
}

a:hover, a:active{
outline: none;
color:#47baef;
}

a img:hover{opacity:.8;}

#post a{
	text-decoration: underline;
	color: #069;
}
#post a:hover{color: #F00;}
.txt-img img{margin:0 8px 8px 8px;}


/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after,.inner:after,ul.news:after{content:""; display: table;clear:both;}
nav#mainNav ul,.newsTitle, .post, nav#mainNav .inner,ul.news{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
vertical-align:top;
padding:0 10px;
background: #47baef;
background: -moz-linear-gradient(top, #47baef 0%, #47baef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47baef), color-stop(100%,#47baef));
background: -webkit-linear-gradient(top, #47baef 0%,#47baef 100%);
background: -o-linear-gradient(top, #47baef 0%,#47baef 100%);
background: linear-gradient(to bottom, #47baef 0%,#47baef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47baef', endColorstr='#47baef',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:28px;
height:28px;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
background: #47baef;
background: -moz-linear-gradient(top, #47baef 0%, #47baef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47baef), color-stop(100%,#47baef));
background: -webkit-linear-gradient(top, #47baef 0%,#47baef 100%);
background: -o-linear-gradient(top, #47baef 0%,#47baef 100%);
background: linear-gradient(to bottom, #47baef 0%,#47baef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47baef', endColorstr='#47baef',GradientType=0 );
cursor:pointer;
}
*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper,.inner{
margin:0 auto;
width:980px;
}

#content{
float:right;
width:690px;
padding:10px 0 30px;
}

#toppage #content{
width:100%;
}

#sidebar{
float:left;
width:260px;
padding:10px 0 30px;
}

#footer{
clear:both;
color:#fff;
border-top:5px solid #e8e8e8;
background:#47baef;
} 


/* ヘッダー
*****************************************************/
.bg{
background:#47baef;
border-bottom:4px solid #e8e8e8;
}


/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
color:#fff;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}
#header h2 img{
margin:-10px 0;
width: 100%;
height: auto;
}

#header h2 a{


}

/* SNS
----------------------------------*/
.sns{
float:right;
padding:20px 0 10px;
}

.sns img{margin-left:5px;width: 100%;}
.sns img.btn{width:33px;}
.sns span{float:right;}
.sns span.tw{width:65px;overflow: hidden;}
.sns span.hb{width:53px;overflow: hidden;}
.sns span.fb{width:71px;overflow: hidden;}
.sns span.g-plus{ width:34px;overflow: hidden;}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin:20px auto 0;
line-height:0;
text-align:center;
z-index:0;
}

#post{
margin:0 0 20px 0;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}


/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #e4e4e4;
}

.list:last-child{border:0;}

#content .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title,h3.title{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:150%;
background:url(img/border.png) repeat-x 0 100%;
}
h4.title{
clear:both;
margin:0 0 10px;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #47baef;
}

.dateLabel{
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
}

#post ul{margin: 0 0 10px 10px;}

#post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(img/bullet.png) no-repeat 0 8px;
}

#post ol{
margin: 0 0 10px 0;
padding-left: 30px;
}

#post ol li{list-style:decimal;}

#post h3{
clear:both;
margin:10px 0;
padding:5px 0 ;
font-size:150%;
background:url(img/border.png) repeat-x 0 100%;
}

#post h4{
clear:both;
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #47baef;
}

#post h5{
clear:both;
margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #47baef;
}
#post h6{
clear:both;
margin:10px 0;
font-size:110%;
font-weight:normal;
border-bottom:1px solid #e8e8e8;
}

#post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
#post blockquote p{padding:5px 0;}

#post dt{font-weight:bold; color: #47baef;}
#post dt a{text-decoration: none;}

#post dd{padding-bottom:10px;}

#post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 0 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
.widgetWrap, section.widget ul{
margin:10px 0 20px 0;
padding:10px 10px 0 10px;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
box-shadow:none;
}

#sidebar ul#banners{
width:260px;
margin:10px 0;
}

#sidebar ul#banners li{
float:none;
margin:0 0 10px;
}

section.widget h3{
clear:both;
margin:0 0 -5px;
padding:5px 0;
font-size:110%;
background:url(img/border.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(img/arrow2.png) no-repeat 0 12px;
border-bottom:1px dashed #e4e4e4;
}

section.widget li a:hover{background-position:2px 12px;}

section.widget li.l2 a{
padding:7px 0 7px 20px;
background:url(img/arrow2.png) no-repeat 8px 12px;
border-bottom:1px dashed #e4e4e4;
font-size: 95%;}

section.widget li.l2 a:hover{background-position:10px 12px;}

section.widget li.l3 a{
padding:7px 0 7px 28px;
background:url(img/arrow2.png) no-repeat 16px 12px;
border-bottom:1px dashed #e4e4e4;
font-size: 90%;}

section.widget li.l3 a:hover{background-position:18px 12px;}


section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
width:120px;
line-height:22px;
height:22px;
margin-right:3px;
}

#searchform{padding:20px 0;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 0;
font-size:110%;
background:url(img/border.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(img/arrow2.png) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #e4e4e4;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#47baef;}


/* トップページ */
#content .newsTitle h3{font-size:120%;}


/* フッター
*****************************************************/
#footer a{color:#fff;}

#footer .boxWrap{
width:1020px;
margin-right:-40px;
}

#footer .box{
float:left;
width:470px;
margin-right:40px;
padding:20px 0;
}

.box .widgetWrap, .box section.widget ul{
padding:0 0 0 7px;
margin-top:0;
background:transparent;
border:0;
box-shadow:none;
}

.box section.widget li a{
background:url(img/arrowWhite.png) no-repeat 0 12px;
border:0;
}

.box section.widget li a:hover{background-position:2px 12px;}

#footer h3{
padding:5px;
margin-bottom:10px;
font-size:120%;
background:url(img/border2.png) repeat-x 0 100%;
}

.contact p{
padding:3px 0 3px 32px;
margin-bottom:3px;
font-size:110%;
background:url(img/arrowWhite.png) no-repeat 10px 12px;
}
.contact p.address,.contact p.home{background:url(img/iconHome.png) no-repeat 4px 0;}
.contact p.mail{background:url(img/iconMail.png) no-repeat 4px 0;}
.contact p.tel{background:url(img/iconTel.png) no-repeat 4px 0;}
.contact p.fax{background:url(img/iconFax.png) no-repeat 4px 0;}
.contact p.tw{background:url(img/iconTW.png) no-repeat 4px 0;}
.contact p.fb{background:url(img/iconFB.png) no-repeat 4px 0;}

#copyright{
clear:both;
padding:10px 0;
text-align:center;
font-size:90%;
background:#27a2db;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
margin: 5px 0 ;
text-align: right;
font-size: 95%;
}



/* ブログモードトップ最新記事一覧・カテゴリーリスト
------------------------------------------------------------*/
ul#banners,ul.post{
width:690px;
margin-right:-20px;
padding-bottom:20px;
}

ul#banners li,ul.post li{
float:left;
width:47%;
margin-right:20px;
}

ul.post{
padding:0;
background:transparent;
border:0;
box-shadow:none;
}

ul.post h3{
margin:10px 0;
padding-bottom:5px;
font-size:14px;
font-weight:bold;
color:#333;
border:0;
overflow: hidden;
height: 20px;
line-height: 25px;
}
p.readon,p.date{text-align: right;}

p.readon a{
padding:3px 10px;
color: #fff;
text-decoration: none;
}

ul#banners:after{content:""; display: table;clear:both;}
ul#banners{zoom: 1;}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
div.panel{
display:block !important;
}

a#menu{display:none;}

nav#mainNav ul{
clear:both;
position:relative;
z-index:200;
width:980px;
margin:0 auto;
overflow: visible;
}

nav#mainNav li{
float: left;
margin-right:20px;
position: relative;
}

nav#mainNav li.hassub a{
background:url(img/arrowDown2.png) no-repeat 100% 50%;
}

nav#mainNav li a{
display: block;
_float:left;
font-size:110%;
line-height:45px;
padding:0 50px 0 0;
color:#525252;
border-bottom:1px solid #adadad;
}

nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a{
color:#47baef;
border-color:#47baef;
}

nav#mainNav li.hassub.current-menu-item a,nav#mainNav li.hassub a:hover, nav#mainNav li.hassub.current-menu-parent a{
background:url(img/arrowDown.png) no-repeat 100% 50%;
}

nav#mainNav li.hassub li a,nav#mainNav li.hassub.current-menu-item li a, nav#mainNav li.hassub.current-menu-parent li a, nav#mainNav li.hassub li a:hover{background:none;}

nav#mainNav ul ul{
width:160px;
background:#fff;
}

nav#mainNav li ul{
display:none;
opacity:0;
}

nav#mainNav li:hover ul{
display: block;
position: absolute;
top:46px;
left:0;
z-index:500;
opacity:1;
}

nav#mainNav li li{
margin:0;
float: none;
width:160px;
}

nav#mainNav li li a, nav#mainNav li.current-menu-parent li a,nav#mainNav li.current-menu-item li a{
padding:0 0 0 5px;
height:35px;
font-size:95%;
line-height:35px;
}

nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a{
color:#adadad;
border-bottom:1px solid #adadad;
}

nav#mainNav li li.current-menu-item a,nav#mainNav li li a:hover{
color:#47baef;
border-color:#47baef;
}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto 10px;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
  background: url(img/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: url(img/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#f6f6f6;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#fff url(img/sub1.png) no-repeat 20px 18px;
	}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
	background:#f6f6f6 url(img/sub1.png) no-repeat 20px -62px;
	}
	
	nav#mainNav ul li li:last-child a{background:#fff url(img/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#f6f6f6 url(img/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin: 0 auto 20px;}
}


/* 999px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
#header{width:100%}
.inner,#footer .boxWrap,#wrapper{width:96%;}

#mainImg img{margin:0 auto;width:100%;height:auto;}

#content, #sidebar{clear:both;width:95%;float:none;margin:0 auto;padding:10px 0;}
#sidebar{background:url(img/border.png) repeat-x;padding-top:30px;}

ul.post,ul#banners,#sidebar ul#banners{width:100%;display:table-row;margin:0;}
ul.post li,ul#banners li,#sidebar ul#banners li{float:left;width:23%;margin:0 1%;padding:0 0 20px;}
ul.post img,ul#banners li img,#sidebar ul#banners img{max-width:98%;height:auto;}

#calendar_wrap table{width:260px;margin:0;}

#footer .boxWrap{margin:0;padding:0;}
#footer .box{float:none;width:96%;margin:5px 0 0;}

}


/* 幅620px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 620px){
ul#post li,ul#banners li,#sidebar ul#banners li{width:47%;margin:0 0 0 3%;}
ul#post li:nth-child(2n+1){clear:left;}
#post img{max-width:100%;height:auto;}
img.alignright, img.alignleft{display:block;margin:5px 2%;max-width:96%;height:auto;}
.alignright,.alignleft{float:none;}
ul.post li{width:96%;}
}


/* 追記
------------------------------------------------------------*/
.txt-border {
background: url(img/dott.gif) 0 15px;
line-height: 22px;
padding:20px;
}
.txt-border p {
line-height: 22px;
}
.txt-line  {
border: 0;
border: 2px solid #CCCCCC;
}
.txt-yellowback {
border: 0;
background-color: #FFF9DF;
border: 2px solid #CC0000;
}
.txt-grayback {
border: 0;
border: 1px solid #D9D9D9;
background-color: #F5F5F5;
}
.txt-colorback {
border: 0;
border:solid 1px #FFB380;
background-color: #FFF2DF;
}
.txt-frame{
border: 0;
border:solid 2px #CCCCCC;
}
.txt-colorframe{
border: 0;
border:solid 2px #CC0000;
}
.txt-rndbox {
margin: 15px auto;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(http://xn--1sw715g.7tih.com/css/PIE.htc);
border: 1px solid #B4B4B4;
}
.txt-rndbox .body{
padding:10px 30px;
}

#post .txt-decbox1 {
border: 0;
width: 690px;
margin: 0 auto;
}
.txt-decbox1  .top{
height:50px;
background: url(./img/decbox1.gif) center top no-repeat;
padding: 30px 50px 0;
width: 590px;
margin: 0 auto;
}
.txt-decbox1  .body{
padding: 30px 50px 0;
background: url(./img/dec1_body.gif) center top repeat-y;
width: 590px;
margin: 0 auto;
}
.txt-decbox1  .bottom{
height:70px;
background: url(./img/decbox1.gif) center bottom no-repeat;
}
#post .txt-decbox2 {
border: 0;
width: 690px;
margin: 0 auto;
}
.txt-decbox2  .top{
height:40px;
background: url(./img/decbox2.gif) center top no-repeat;
padding: 40px 50px 0;
width: 590px;
margin: 0 auto;
}
.txt-decbox2  .body{
padding: 30px 50px 0;
background: url(./img/dec2_body.gif) center top repeat-y;
width: 590px;
margin: 0 auto;
}
.txt-decbox2  .bottom{
height:65px;
background: url(./img/decbox2.gif) center bottom no-repeat;
}
.txt-grayback, .txt-colorback,.txt-line, .txt-frame,.txt-colorframe{
margin-bottom: 20px;
padding: 30px;
}
.txt-rndbox, .txt-decbox1, .txt-decbox2{
padding:0px;
}
.txt-decbox1 h3,.txt-decbox2 h3 ,.txt-decbox1 h2,.txt-decbox2 h2{
margin: 0 auto;
padding: 0;
position: static;
background: none;
border: 0;
text-align: center;
color: #333;
line-height: 180%;
}
#relNavigate{text-align:center;}
.grayline{
border: 1px solid #CCCCCC;
padding:10px;
margin-bottom: 20px;
}
.sbox1,.sbox2{
width:48%;
margin: 0;
padding: 0 ;
}
@media only screen and (max-width: 620px){
.sbox1,.sbox2{width:100%;}
}

.sbox1{float: left;}
.sbox2{float: right;}

.sbox1 li,.sbox2 li{
margin-bottom: 5px;
}
.sbox1 li.l1,.sbox2 li.l1{
background: url(img/arrow.png) 0 50% no-repeat;
padding-left: 22px;
font-weight: bold;
}
.sbox1 li.l2,.sbox2 li.l2{
background: url(img/arrow2.png) 10px 50% no-repeat;
padding-left: 22px;
}
.sbox1 li.l3,.sbox2 li.l3{
background: url(img/arrow2.png) 23px 50% no-repeat;
padding-left: 35px;
}

.user1,.user2,.user3,.user4,.user5,.user6{
clear:both;
font-size: 12px;
line-height: 130%;
padding-top: 12px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 100px;
margin-top: 10px;
margin-bottom: 10px;
background-repeat: no-repeat;
background-position: 12px 12px;
background-color: #EFF4FA;
border: 1px solid #C5D7ED;
min-height: 70px;
_height:70px;
_zoom: 1;
overflow: hidden;
}
.user1{background-image: url(img/userm_1.png);}
.user2{background-image: url(img/userf_1.png);}
.user3{background-image: url(img/userm_2.png);}
.user4{background-image: url(img/userm_3.png);}
.user5{background-image: url(img/userf_2.png);}
.user6{background-image: url(img/userf_3.png);}


#space3,#space4{padding: 10px;}

/* 飾り枠対策幅770px以下
------------------------------------------------------------*/
@media only screen and (max-width: 770px){
.txt-decbox1 {border: 5px double #27a2db;}
.txt-decbox1  .top{background: none;padding: 0 30px;width: auto;height: auto;border-top: 5px double #27a2db;}
.txt-decbox1  .body{padding: 10px 30px 0;background: none;width: auto;}
.txt-decbox1  .bottom{background: none;height: auto;border-bottom: 5px double #27a2db;}
.txt-decbox2 {border: 1px solid #47baef;}
.txt-decbox2  .top{background: none;padding: 0 30px;width: auto;height: auto;border-top: 3px double #47baef;}
.txt-decbox2  .body{padding: 10px 30px 0;background: none;width: auto;}
.txt-decbox2  .bottom{background: none;height: auto;}
}

/* コモンスタイル修正
------------------------------------------------------------*/
.point1,.point2,.point3,.point4,.point5 ,.point6 ,.point7 ,.point8 ,.point9 ,.point10,.rank1,.rank2,.rank3,.rank4,.rank5 {height: auto;}
.rank1,.rank2,.rank3,.rank4,.rank5 {padding-top: 25px;}
