@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* reset ---------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    padding: 0;
    margin: 0;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}

fieldset,img{
    border: 0;
    vertical-align: middle;
}

address,caption,cite,code,dfn,th,var{
    font-weight: normal;
    font-style: normal;
}

ol,ul{
    list-style: none;
}

caption,th{
    text-align: left;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    font-size: 100%;
}

q:before,q:after{
    content:'';
}

abbr,acronym{
    border: 0;
}

p {
    font-family: 'Tauri', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 180%;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

input[type="image"] {
    -webkit-appearance: none;
    border-radius: 0;
}

li.de {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 180%;
}

li.di {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 180%;
}


/* default ---------------------------------------*/

html,
body {
    margin: 0;
    padding: 0;
    min-width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    overflow-y: scroll;
}

body {
    font: 14px 'Tauri', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    *font-size: small;
    *font: x-small;
    -webkit-text-size-adjust: 100%;
}

table {
    font-size: inherit;
    font: 100%;
}


/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

body {
    color: #333;
    background-color: #f9f9f9;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}


#contents {
    width: 100%;
}

a:link {
    color: #2290DD;
    text-decoration: none;
}

a:visited {
    color: #2290DD;
    text-decoration: none;
}

a:hover {
    color: #2290DD;
    text-decoration: underline;
}

a:active {
    color: #2290DD;
    text-decoration: none;
}

.op:hover {
    opacity: 0.7;
}

.none:hover {
    text-decoration: none;
}


/*--------------------------------------------------------
    フォントサイズ
----------------------------------------------------------*/

.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f18 { font-size: 18px !important; }
.f20 { font-size: 20px !important; }
.f24 { font-size: 24px !important; }

.wb { font-weight: bold; }


/* -----------------------------------------------------------
	フォントカラー
----------------------------------------------------------- */

.red { color: #D50303 !important; }
.blue { color: #2290DD !important; }


/* ----------------------------------------------------
	text-align
---------------------------------------------------- */

.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }


/* ----------------------------------------------------
	float
---------------------------------------------------- */

.fr { float: right !important; }
.fl { float: left !important; }
.fn { float: none !important; }
.ov { overflow: hidden !important; }


/* ----------------------------------------------------
	margin
---------------------------------------------------- */

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }


.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }


.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb60 { margin-bottom: 60px !important; }


.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }


/* ----------------------------------------------------
	padding
---------------------------------------------------- */

.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }


.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }


.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }


.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }


/*----------------------------------------------------
	width
----------------------------------------------------*/

.w150 { width: 150px!important; }
.w200 { width: 200px!important; }
.w300 { width: 300px!important; }
.w425 { width: 425px!important; }
.w500 { width: 500px!important; }
.w600 { width: 600px!important; }

.w35 { width: 35%!important; }
.w47 { width: 47%!important; }


/* ----------------------------------------------------
	clear
---------------------------------------------------- */

.clear { clear: both;}

