@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
* {
	margin: 0px;
	padding: 0px;
	
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}
img {
	border: none;
}
/*a:hover img{
	filter: Alpha(opacity=80); /* IE?n */
   	/*opacity: 0.8;/* Mozzila?n */
/*}*/
*/
a:link { color:#333; }
a:visited { color:#333; }
a:active { color:#36849E; }
/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/*for IE*/
@font-face {
         font-family:aquafont;
         src:url(../font/aquafont.eot);
      }
@font-face {
	font-family: "aquafont";

	/*ローカルにインストールされている場合*/
	src: local("aquafont"), 

	/*一応別名で複数していするとより安全？*/
	local("aquafont"), 

	/*for Firefox3.6*/
	url("../font/aquafont.ttf") format("TrueType"), 

	url("../font/aquafont.ttf") format("TrueType");
}

body{
	font-size: 85%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height:1.5;
	margin: 0px;
	padding: 0px;
}

/* モバイルレイアウト : 480 px およびそれ以下. */
section.border{
	border-bottom: 0.2em #dacfbf solid;
	padding-bottom: 20px;
	padding-top: 20px;
	}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#header {
	padding: 2%;
	overflow: hidden;
}
#header_left {
	float: left;
	width: 38%;
	display: block;
}
#header_right {
	float: right;
	width: 60%;
	display: block;
}
#header_right img.logo-top {
	margin: 3% 0;
}
.bottom p.right{text-align: right;}
/*グローバルナビ共通*/
nav {
	overflow: hidden;
	clear: both;
	display: block;
	width: 100%;
	font-size: 90%;
}
nav ul {
	list-style: none;
}
nav ul li {
	width: 33.3%;
	float: left;
}

/*グローバルナビ共通ここまで*/
#main_img {
	clear: both;
	width: 100%;
	margin-bottom: 3%;
}
#content {
	width: 100%;
}
#content p {
	margin-bottom:3%;
}
.midashi {
	background: #4ab5d9;
	color: #ffffff;
}
/*IE9以上でフィルター解除*/
:not(:target){
filter: none;
-ms-filter: none;
}
/*IE9以上でフィルター解除ここまで*/
.midashi_left {
	float: left;
	width: 6%;
	margin-right: 2%;
}
.midashi_left img {
	margin-top: -22px;
}
.midashi_left2 {
	float: left;
	width: 6%;
	margin-right: 2%;
}
h3 {
	font-size: 112%;
	overflow: auto;
}
.top_conleft {
	line-height: 177.2%;
}
.top_conright {
	max-width: 40%;
	padding-left: 1%;
	margin-top: 2%;
	float: right;
}
h4 {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.2%;
}
.sen {
	margin-bottom: 5%;
}
.tc_r{
	color:#e50424;
}
.tc_blue{
	color:#0024ff;
}
.pagetop {
	margin: 5% 2%;
	text-align: right;
}
.sub-nav {
	margin-bottom: 3%;
}
.pagetop img {
	width: 20%;
}
#campany {
	margin-left: 2%;
	float: left;
	width: 30%;
}
#policy, #sitemap {
	margin-left: 3%;
	float: left;
	width: 30%;
}
div.tel_bnr p{
	margin: 2% 0;
}
div.tel_bnr p a img{
	min-width: 100%;
}
/** footer **/
footer{
	width: 100%;
}
#footer_left {
	float: left;
	width: 37%;
	display: block;
	margin-bottom: 1%;
}
#footer_right {
	float: right;
	width: 60%;
	display: block;
	margin-bottom: 1%;
}
#footer_right img.logo-tel {
	margin-top: 6%;
}
/** footer-inner **/
.footer-inner-top {
	padding: 2%;
	clear: both;
	overflow: hidden;
}
.footer-inner-bottom {
	padding: 2%;
	margin: 0 auto 3% auto;
}
.footer-inner-bottom img {
	margin: 0 auto;
	width: 100%;
}
.foot_conte{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#copy {
	width: 100%;
	background: #8e7f63;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 1% 0 1% 0;
	font-size: 1em;
}
#copy a{
    color: #FFFFFF;
}
        
/*fullprice.html about.html contact.html*/
#prof_t{
	border-collapse: collapse;
	border: 2px solid #f57601;
	background: #fff;
}

#prof_t th,
#prof_t td {
	display: block;
	border: none;
	padding: 2% 0 2% 2%;
	overflow: hidden;
}
#prof_t th {
	width: 98%;
	background-color: #FFFBB3;
	text-align: left;
	border-bottom: 2px solid #f57601;
	border-top: 2px solid #f57601;
}
.money {
	font-size: 130%;
	color: #F00;
	font-weight: bold;
}
.money_left {
	float: left;
	margin-right: 2%;
}
.money_text{
	overflow: hidden;
}
h5{
	font-size: 120%;
	border-left: 10px #F90 solid;
	border-bottom: 2px #F90 dotted;
	padding-left: 2%;
	margin-bottom: 2%;
}
input[type="submit"] {
	border: none;
	text-align: center;
	width: 100%;
	background-color: transparent;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="button"] {
	border: none;
	text-align: center;
	width: 100%;
	background-color: transparent;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#syousai_bt {
	margin-left: 20%;
	margin-top: 2%;
	margin-bottom: 5%;
}
.left{float: left;}
.right{float: right;}
.txt_l{text-align: left;}
.txt_c{text-align: center}
.txt_r{text-align: right;}
.bt {
	margin-top: 5%;
	display: block;
	font-size: 125%;
	color: #000000;
	width: 75%;
	border:2px solid #f57601;
	background: #FFFBB3;
	box-shadow: 0px 1px 3px 2px #dcd9d9;
	-webkit-box-shadow: 0px 1px 3px 2px #dcd9d9;
	-moz-box-shadow: 0px 1px 3px 2px #dcd9d9;
	-o-box-shadow: 0px 1px 3px 2px #dcd9d9;
	-ms-box-shadow: 0px 1px 3px 2px #dcd9d9;
}
.bt input{
	padding: 2% 0;
}
#doui{
	text-align:center;

}
div.title_box{
	background: #4ab5d9;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
div.title_box p.title{
	padding: 2% 0 2% 10%;
	margin-left: 1%;
	margin-bottom: 0!important;
}
.mt_mb5per{
	margin: 5% 0;
}
article{margin-bottom: 4%;}
/*fullprice.html about.html contact.htmlここまで*/

/*policy.html*/

.policy_left{
	text-align:left;
}
/*policy.htmlここまで*/
.ranking{
	margin: 30px 0;
}
.ranking div.ranking_title p{
	margin-bottom: 0!important;
}
.ranking_conte{
	padding: 2%;
	border: 2px solid #f57601;
}
ul.ranking_ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #e1d9cc;
}
ul.ranking_ul li.list_img{
	float: left;
	padding-right: 3%;
	width: 16%;
}
ul.ranking_ul li.text{
	padding-top: 2%;	
}
ul.ranking_ul li.title{
	font-size: 1.8em;
	font-weight: bold;
}
ul.no_boder{
	border: none!important;
	margin-bottom: 2%;
	padding-bottom: 0;
}
.c_green{color: #90c31e;}
.c_emerald{color: #029d97}
.c_blue{color: #0174aa;}


#content p.first {
	margin-bottom: 0;
}
.top_conleft_l {
	max-width: 40%;
	margin-right: 2%;
	line-height: 177.2%;
	float: left;
}
h4{
	color: #de0027;
	font-size: 1.3em;
	font-weight:bold;
	margin-bottom: 15px;
	font-family: "aquafont";
	display: inline;
	background: linear-gradient(transparent 60%, #ebff90 60%);
    background: -moz-linear-gradient(transparent 60%, #ebff90 60%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(60%,transparent), color-stop(60%, #EBFF90));
    background: -webkit-linear-gradient(top,  #ebff90 60%, 60%);
    background: -o-linear-gradient(top,  #ebff90 60%, 60%);
    background: -ms-linear-gradient(top,  #ebff90 60%, 60%);
    background: linear-gradient(to bottom,  #ebff90 60%, 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebff90', endColorstr='#ebff90',GradientType=0 );
}
section{
	padding: 0 2%;
	background: url(../images/common/bg_conte.gif);
}
section.sitemap{
	overflow: hidden;
}
section.sitemap p{
	margin-bottom: 0!important;
}
.cont01{
	display: block;
	width: 230px;
	padding: 5px 10px;
	float: left;
	margin-right: 15%;
	text-decoration: none;
	margin-bottom: 2%;
	color: #333;
	font-weight: bold;
	background-color: #FFFBB3;
	border: 1px #f57601 solid;
}
.cont02{
	display: block;
	width: 230px;
	color:#333;
	padding: 5px 10px;
	float: left;
	margin-bottom: 2%;
	font-weight: bold;
	background-color: #FFFBB3;
	border: 1px #f57601 solid;
	text-decoration: none;
}
/*transaction*/
#transaction_table {
    width: 100%;
    font-size: inherit;
    font: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.transactionbg {
    background-color: #CCC;
	min-width: 50px;
}
#transaction_table tr td {
   padding: 15px 0 15px 10px;
    font-size: 80%;
    border: solid 1px #eee;
    width:auto;
    text-align: left;
    color:black;
    font-weight: normal;
    display: revert;
    float:none;
}
.contenttable{
     background-color: white;
}
.responsive{
	width: 100%;
		
}

/* タブレットレイアウト : 320 px ～ 481 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 320px) {
	div.bottom p.left{
		width: 30%;
		margin-top: 6%;
	}
	div.bottom p.right{
		width: 67%;
	}
	.hd_in{
		clear: both;
	}
	.foot{
		clear: both;
	}
	.hd_in p.right{
		margin-top: 3%;
	}
	#copy {
		font-size: 0.5em;
	}
    #copy a{
		color: #FFFFFF;
	}
	.foot p.right{
		margin-top: 3%;
	}
	#header_right p.txt_r img{
		margin-bottom: 0;
	}
	.money_left {
	  width: 44%;
	}
	.cont01 {
	width: 93%;
	}
	.cont02 {
	width: 93%;
	}
    /*transaction*/
#transaction_table {
    width: 100%;
    font-size: inherit;
    font: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.transactionbg {
    background-color: #CCC;
	min-width: 50px;
}
#transaction_table tr td {
   padding: 15px 0 15px 10px;
    font-size: 80%;
    border: solid 1px #eee;
    width:auto;
    text-align: left;
    color:black;
    font-weight: normal;
    display: revert;
    float:none;
}
.contenttable{
     background-color: white;
}
.responsive{
	width: 100%;
		
}

}
/* デスクトップレイアウト : 320 px ～最大 640 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 640px) {
.gridContainer {
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	margin: auto;
	}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}
	.pagetop img {
	width: 10%;
	}
	div.title_box p.title{
	padding: 2% 0 2% 6%;
	}
	#header_right p.txt_r img{
		margin-bottom: 0;
	}
	.money_left {
	  width: 26%;
	}
	.cont01{
		display: block;
		width: 230px;
		padding: 5px 10px;
		float: left;
		margin-right: 15%;
		text-decoration: none;
		margin-bottom: 2%;
		color: #333;
		font-weight: bold;
		background-color: #FFFBB3;
		border: 1px #f57601 solid;
	}
	.cont02{
		display: block;
		width: 230px;
		color:#333;
		padding: 5px 10px;
		float: left;
		margin-bottom: 2%;
		font-weight: bold;
		background-color: #FFFBB3;
		border: 1px #f57601 solid;
		text-decoration: none;
	}
    /*transaction*/
#transaction_table {
    width: 100%;
    font-size: inherit;
    font: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.transactionbg {
    background-color: #CCC;
	min-width: 50px;
}
#transaction_table tr td {
   padding: 15px 0 15px 10px;
    font-size: 80%;
    border: solid 1px #eee;
    width:auto;
    text-align: left;
    color:black;
    font-weight: normal;
    display: revert;
    float:none;
}
.contenttable{
     background-color: white;
}
.responsive{
	width: 100%;
		
}

}
