@charset "utf-8";
/* CSS Document */

html {
overflow-y: scroll;
overflow-x: hidden;
}
ol, ul {
/*list-style: none;*/
/*padding: 0;*/
}
/* Firefoxでリンクの点線を消す */
a {
overflow: hidden;
outline: none !important;
}
/* リンクオーバーで透過 */

.btn_white a:hover, a:hover img {
filter: alpha(opacity=75); /*IE*/
-moz-opacity: 0.75; /*FF*/
opacity: 0.75;
}
/* clearfix */

/*
.clearfix:after {
content:" ";
display:block;
clear:both;
}
* html .clearfix {
zoom: 1;
}
*:first-child+html .clearfix {
zoom: 1;
}
*/

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
float: right;
}
.fltlt {
float: left;
}
img {
vertical-align: bottom
}
.center {
text-align: center;
margin: 0 auto;
display: block;
}
.clear {
clear: both
}
.pageup {
display: block;
text-align: right;
float: right;
clear: both;
width: auto;
/*margin-top: -50px;*/
}
/*
マージン関連
*/
.mb100 {
margin-bottom: 100px !important;
}
.mb60 {
margin-bottom: 60px !important;
}
.mb50 {
margin-bottom: 50px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb05 {
margin-bottom: 5px !important;
}
.mb0, .mb00 {
margin-bottom: 0px !important;
}
.mt60 {
margin-top: 60px !important;
}
.mt50 {
margin-top: 50px !important;
}
.mt40 {
margin-top: 40px !important;
}
.mt30 {
margin-top: 30px !important;
}
.mt20 {
margin-top: 20px !important;
}
.mt15 {
margin-top: 15px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt05 {
margin-top: 5px !important;
}
.mt0 {
margin-top: 0px !important;
}
.w05p {
width: 5% !important;
}
.w10p {
width: 10% !important;
}
.w15p {
width: 15% !important;
}
.w20p {
width: 20% !important;
}
.w30p {
width: 30% !important;
}
.w40p {
width: 40% !important;
}
.w50p {
width: 50% !important;
}
.w60p {
width: 60% !important;
}
.w70p {
width: 70% !important;
}
.w80p {
width: 80% !important;
}
.w90p {
width: 90% !important;
}
.w100p {
width: 100% !important;
}
img.w100p {
height:auto;
}
/*
テキスト関連
*/
.lh_n {
line-height: normal;
}
.txt_linethrough {
	text-decoration: line-through !important;
}
.txt_red {
color: #C00 !important;
}
.txt_blue {
color: #2E288A !important;
}
.txt_orange {
color: #F38600 !important;
}
.txt_right {
text-align: right;
text-indent: 0 !important;
}
.txt_left {
text-align: left;
text-indent: 0 !important;
}
.txt_box {
padding: 20px;
background-color: #F9F3EE;
border-radius: 15px;
}
.txt_box p {
font-size: 95%;
line-height: 1.85;
text-indent: 1em;
margin-bottom: 0.5em;
}
.txt_l {
font-size: 120% !important;
line-height: normal !important;
}
.txt_xl {
font-size: 140% !important;
line-height: normal;
}
.txt_xxl {
font-size: 160% !important;
line-height: normal;
}
.txt_xxxl {
font-size: 180% !important;
line-height: normal;
}
.txt_maxl {
font-size: 230% !important;
line-height: normal;
}
.txt_s {
font-size: 90% !important;
line-height: normal !important;
}
.txt_xs {
font-size: 80% !important;
line-height: normal !important;
}
.txt_right {
text-align: right;
text-indent: 0 !important;
}
.txt_left {
text-align: left;
text-indent: 0 !important;
}
.txt_gray {
color: #666;
}
.txt_yellow {
color: #FAC51F;
}
input[type="text"], input[type="password"], textarea {
background-color: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
background-color: #FFFFE8 !important;
color: #000;
}
a {
cursor: pointer;
}
.indent1 {
text-indent: 1em;
}
.indent_block {
padding-left: 1em;
}
td .indent_block {
font-size: 90%;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.mb1em {
margin-bottom: 1em !important;
}
.nowrap {
white-space: nowrap !important;
}
/*
水平リスト
*/
ul.hol {
list-style-type: none;
padding: 0;
display: block;
overflow: hidden;
}
ul.hol li {
float: left;
vertical-align: bottom;
margin-right: 1em;
}

/*
position
*/
.pos_re {
position: relative;
}
.pos_ab {
position: absolute;
}
.pos_lb {
left: 0;
bottom: 0;
}
.pos_lt {
left: 0;
top: 0;
}
.pos_rb {
right: 0;
bottom: 0;
}
.pos_rt {
right: 0;
top: 0;
}
/*
その他
*/
hr {
clear: both;
}
.nobd {
border: none !important;
}
.ttl.nobd {
padding-bottom: 0 !important;
}

.preview_bar {
background-color: rgba(255,246,30,1.00);
padding: 2px 0;
text-align: center;
font-size: 90%;
color: rgba(255,0,4,1.00);
}
table {
table-layout:fixed;
word-break:break-all;
}
