@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);

* { outline:none; }

html, body {
	width:100%;
	min-height:100%;
	position:relative;
}

body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#414141;
	background: url(../img/common/body_bg.gif);
	-webkit-transition: margin-left 0.3s;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
	-webkit-text-size-adjust: 100%;
}
.clearfix:before, .clearfix:after,
section:before, section:after,
.spacer:before, .spacer:after,
.container:before, .container:after,
.cover:before, .cover:after {
	content:''; display:table;
}
.clearfix:after,
section:after,
.spacer:after,
.container:after,
.cover:after {
	clear:both;
}
.clearfix,
section,
.spacer,
.container,
.cover {
	zoom:1;
}
img {
	border:none;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
	text-decoration: none;
	color:#0086cd;
}
.contents a { text-decoration:underline; }
/*
a:hover {
	color: #95ec19 !important;
}
a:active {
	color: #95ec19;
}
*/

input, textarea, select {
/*	
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;

	padding:1.3em;
*/
	border:none;
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
input:focus, textarea:focus, select:focus {
	-webkit-box-shadow:0 0 5px #009cee;
	-moz-box-shadow:0 0 5px #009cee;
	box-shadow:0 0 5px #009cee;
}
input[type="submit"] { background-color:#00aced; }
input[type="reset"],
input[type="button"] { background-color:#c8c8c8; }
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #fff;
	text-decoration: none;
/*	text-transform: uppercase;	*/
	padding: 10px 20px;
	font-size: 1em;
	line-height: 1;
	margin:10px 20px 0 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
}
input[type="checkbox"] {
	-webkit-transform: scale(1.2);
  transform: scale(1.2);
	margin-right:2%;
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
/*
input[type="submit"]:hover { background-color: #3abcff; }
input[type="submit"]:active { background-color: #0096ff; }
*/
label {
	margin:0;
	padding: 0 0 0.5em 0;
}

sup { font-size:80%; }
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.w100 img { width:100% !important; }

.clearfix:after {
	content:'';
	display:block;
	height:0;
	clear:both;
}
.free_access { font-family: 'Roboto Condensed', sans-serif; }

*html .clearfix{height:1%}/*IE5,6*/
*:first-child+html .clearfix{min-height:1px}/*IE7*/

/* --------------------------------------------------
WEBフォント
-------------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-jwc3g2');
	src:url('fonts/icomoon.eot?#iefix-jwc3g2') format('embedded-opentype'),
		url('fonts/icomoon.woff?-jwc3g2') format('woff'),
		url('fonts/icomoon.ttf?-jwc3g2') format('truetype'),
		url('fonts/icomoon.svg?-jwc3g2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon { font-family: icomoon !important; }


/* --------------------------------------------------
ボタン
-------------------------------------------------- */
.btn_entry {
	position: relative;
	top: 0;
	*zoom:1;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background: #ffc361;
	background: -moz-linear-gradient(top,  #ffc361 0%, #ffa10c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc361), color-stop(100%,#ffa10c));
	background: -webkit-linear-gradient(top,  #ffc361 0%,#ffa10c 100%);
	background: -o-linear-gradient(top,  #ffc361 0%,#ffa10c 100%);
	background: -ms-linear-gradient(top,  #ffc361 0%,#ffa10c 100%);
	background: linear-gradient(to bottom,  #ffc361 0%,#ffa10c 100%);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(191, 119, 0, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(191, 119, 0, 1);
	box-shadow: 0px 3px 0px 0px rgba(191, 119, 0, 1);
	text-shadow: 0px 1px 0 rgba(150, 150, 150, 0.5);
}
.btn_entry:hover {
	top: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(191, 119, 0, 1);
	-moz-box-shadow: 0 1px 0 rgba(191, 119, 0, 1);
	box-shadow: 0 1px 0 rgba(191, 119, 0, 1);
	background: #rgba(191, 119, 0, 1);
	
}

.btn_contact {
	position: relative;
	top: 0;
	*zoom:1;
	font-size:13px;
	font-weight:700;
	color:#fff;
	background: #7be600;
	background: -moz-linear-gradient(top,  #7be600 0%, #73d800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7be600), color-stop(100%,#73d800));
	background: -webkit-linear-gradient(top,  #7be600 0%,#73d800 100%);
	background: -o-linear-gradient(top,  #7be600 0%,#73d800 100%);
	background: -ms-linear-gradient(top,  #7be600 0%,#73d800 100%);
	background: linear-gradient(to bottom,  #7be600 0%,#73d800 100%);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(89, 168, 0, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(89, 168, 0, 1);
	box-shadow: 0px 3px 0px 0px rgba(89, 168, 0, 1);
	text-shadow: 0px 1px 0 rgba(150, 150, 150, 0.5);
}
.btn_contact:hover {
	top: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(89, 168, 0, 1);
	-moz-box-shadow: 0 1px 0 rgba(89, 168, 0, 1);
	box-shadow: 0 1px 0 rgba(89, 168, 0, 1);
	background: #rgba(89, 168, 0, 1);
}


/* --------------------------------------------------
全共通
-------------------------------------------------- */

.round {
	border:1px solid #d4d4d4;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.round2 {
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.bold { font-weight:bold; }
.italic {font-style:italic; }

.padding0 { padding:0 !important; }
.padding6 { padding:6px !important; }
.padding10 { padding:10px !important; }
.padding20 { padding:20px !important; }

.padding_tb10 { padding:10px 0 !important; }
.padding_tb20 { padding:20px 0 !important; }

.padding_b10 { padding-bottom:10px !important; }
.padding_b20 { padding-bottom:20px !important; }

.margin0 { margin:0;}

.li_ma6px li { margin-bottom:6px; }

.fs07em { font-size:0.7em !important; }
.fs09em { font-size:0.9em !important; }
.fs12em { font-size:1.2em !important; }
.fs13em { font-size:1.3em !important; }
.fs14em { font-size:1.4em !important; }
.fs16em { font-size:1.6em !important; }
.fs18em { font-size:1.8em !important; }
.fs20em { font-size:2.0em !important; }

.fs10px { font-size:10px !important; }
.fs11px { font-size:11px !important; }
.fs12px { font-size:12px !important; }
.fs14px { font-size:14px !important; }
.fs16px { font-size:16px !important; }
.fs18px { font-size:18px !important; }
.fs20px { font-size:20px !important; }
.fs22px { font-size:22px !important; }
.fs24px { font-size:24px !important; }
.fs26px { font-size:26px !important; }
.fs28px { font-size:28px !important; }
.lh_16 { line-height:1.6em; }

.fc_white { color:#fff !important; }
.fc_grey { color:#777 !important; }
.fc_blue { color:#3ba0e9 !important; }
.fc_dblue { color:#00a0e9 !important; }
.fc_hblue { color:#287de7 !important; }
.fc_red { color:#C00 !important; }
.fc_pink { color:#fc306a !important; }
.fc_yellow { color:#ff0 !important; }
.fc_orange { color:#ff660b !important; }
.fc_emerald { color:#00bad9 !important; }

.pa_T00 { padding-top:0px !important; }
.pa_T10 { padding-top:10px; }
.pa_T20 { padding-top:20px; }
.pa_T30 { padding-top:30px; }

.pa_W10 { padding:0 10px; }

.ma_T00 { margin-top:0 !important; }
.ma_T10 { margin-top:10px; }
.ma_T20 { margin-top:20px; }

.ma_B00 { margin-bottom:0px !important; }
.ma_B05 { margin-bottom:5px !important; }
.ma_B08 { margin-bottom:8px !important; }
.ma_B10 { margin-bottom:10px !important; }
.ma_B15 { margin-bottom:15px !important; }
.ma_B20 { margin-bottom:20px !important; }
.ma_B30 { margin-bottom:30px !important; }

.no_border { border:none !important; }
.no_padding { padding:0 !important; }
.no_margin { margin:0 !important; }
.no_bpm { border:none !important; padding:0 !important; margin:0 !important; }

.w-05 { width:5%; }
.w-10 { width:10%; }
.w-15 { width:15%; }
.w-20 { width:20%; }
.w-25 { width:25%; }
.w-30 { width:30%; }
.w-35 { width:35%; }
.w-40 { width:40%; }
.w-45 { width:45%; }
.w-50 { width:50%; }
.w-60 { width:60%; }
.w-65 { width:65%; }
.w-70 { width:70%; }
.w-75 { width:75%; }



.strong_emphasis strong {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.open_sans { font-family: 'Open Sans', sans-serif; }


.gra_grey {
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#f4f4f4 100%);
}
.gra_grey:hover {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #feffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#feffff));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#feffff 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#feffff 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#feffff 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#feffff 100%);
}

.gra_grey2 {
	background: #767676;
	background: -moz-linear-gradient(top,  #767676 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767676), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top,  #767676 0%,#666666 100%);
	background: -o-linear-gradient(top,  #767676 0%,#666666 100%);
	background: -ms-linear-gradient(top,  #767676 0%,#666666 100%);
	background: linear-gradient(to bottom,  #767676 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#666666',GradientType=0 );
}
.gra_grey2:hover {
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #767676 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#767676));
	background: -webkit-linear-gradient(top,  #666666 0%,#767676 100%);
	background: -o-linear-gradient(top,  #666666 0%,#767676 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#767676 100%);
	background: linear-gradient(to bottom,  #666666 0%,#767676 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#767676',GradientType=0 );
}
.btn_common {
	text-decoration:none !important;
	padding:2px 6px;
	border:1px solid #e7e7e7;
	border-radius:4px;
	color:#414141;
}
/* --------------------------------------------------
		border
-------------------------------------------------- */
.add_bbd { border-bottom:1px dashed #d6d6d6; }


/* --------------------------------------------------
		text
-------------------------------------------------- */
.txt_cent { text-align:center; }
.txt_indent { text-indent: -0.9em; margin-left: 1em; }
.txt_indent2 { text-indent: -1.3em; margin-left: 1.4em; }
.txt_indent3 { text-indent: -1.8em; margin-left: 1.9em; }
.txt_indent2 li, .txt_indent3 li { margin-bottom: 6px; }
.txt_indent2 li:last-child,
.txt_indent3 li:last-child { margin-bottom:0; }

.txt_cent { text-align:center !important; }
.txt_left { text-align:left !important; }
.txt_right { text-align:right !important; }

.fl { float:left; }
.fr { float:right; }
.over_hidden { overflow:hidden; }

.disp_inline { display:inline !important; }
.disp_block { display:block !important; }

.posi_rela { position:relative; }
.strike { text-decoration:line-through; }
.fnormal { font-weight:normal !important; }


.shadow {
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.shadow_txt { text-shadow:0 1px 3px rgba(0,0,0,1); }

.th_emphasis {
	background-color:#848484 !important;
	font-size:14px;
	color:#fff;
}
.th_emphasis_east {
	background-color:#24bcee !important;
	font-size:14px;
	color:#fff;
}
.th_emphasis_west {
	background-color:#2c358f !important;
	font-size:14px;
	color:#fff;
}


/* --------------------------------------------------
	search box
-------------------------------------------------- */

#cse-search-box {
	font-size:12px;
}
#cse-search-box input[type="text"] {
	width:70%;
	padding: 0 0 0 3px!important;
	margin-right:2%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	vertical-align: top;
	background:#fff;
}
#cse-search-box input[type="submit"] {
	margin:0;
	padding:4px 2px 2px !important;
	color: #fff;
	font-weight: bold;
	background: #0086cd;
	border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
#cse-search-box input[type="submit"]:hover {
	background: #009cee;
}

/* --------------------------------------------------
img rollover effect
-------------------------------------------------- */

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/* --------------------------------------------------
		table
-------------------------------------------------- */
.standard,
.standard_c{
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
	border-width: 0 0 1px 1px;
	border-color:#ddd;
	border-style:solid;
}
.standard th,
.standard td {
	padding:10px;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	vertical-align:middle;
}
.standard th {
	background:#efefef;
}

.standard_c th,
.standard_c td {
	padding:1%;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}
.standard_c th {
	background:#efefef;
}



.standard_c2{
	width:100%;
	border-collapse:collapse;
	margin:0 auto;
	border-width: 0 0 1px 1px;
	border-color:#ddd;
	border-style:solid;
}

.standard_c2 th,
.standard_c2 td,
.standard_c3 th,
.standard_c3 td {
	padding:10px;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}
.standard_c2 th,
.standard_c3 th {
	background:#efefef;
}


.standard_c3{
	border-collapse:collapse;
	border-width: 0 0 1px 1px;
	border-color:#ddd;
	border-style:solid;
	margin-bottom:2%;
}


.thtd_pd th,
.thtd_pd td { padding:1% !important; }

.thtd_pd_05per th,
.thtd_pd_05per td { padding:0.5% !important; }

.td_right td { text-align:right; }

.vert_mid { vertical-align:middle; }

.th_center th { text-align:center; }

.no_indent dd { text-indent:inherit !important; }



/*		SCROLL to TOP	*/
.scrollToTop{
	display:none;
	position:fixed;
	z-index:100;
	width:50px;
	height:50px;
	right:15px;
	bottom:7px;
	cursor:pointer;
}
