@charset "utf-8";
/* CSS Document */

/* =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, table, caption, tbody, tfoot, thead, tr, th, td {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;}

header, nav, section, article footer {display:block;}

ol, ul {list-style: none;}
table {border-collapse:collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;/* text-align: left; */}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


* {
	padding: 0;
	margin: 0;
}
strong {
	font-weight: bold;
}
.SmallTitle {
	font-size: 150%!important;
	margin-top:35px!important;
}



@media screen and (max-width:768px){

.pc {display:none!important;}

.sp {display:block!important;}

}


.sp {display:none;}

/* -------------------------------------------------------------- */

body{
	color:#333;
	line-height:1.5;
	-webkit-text-size-adjust: none;
	background-image: url(image/common/header_back.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
}


/* Image Module
----------------------------------------------------------------- */


img{
border:0;
vertical-align:bottom;
}

a img:hover, input#Kakunin:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )";
	background-color:transparent;
}

h1 a img:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-ms-filter: "alpha( opacity=100 )";
	background-color:transparent;
}




/* リンク設定
------------------------------------------------------------*/
a{
	color:#3399FF;
	text-decoration:underline;
}
a:hover{
	color:#3399FF;
}
a:active, a:focus{outline:0;}


/* エディターリスト装飾
------------------------------------------------------------

.NewsWrapper ul li {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #999;
padding: 10px;
}

*/





/* 空き調整
------------------------------------------------------------*/

.Left {
	float: left;
}
.Right {
	float: right;
}

.MT20 {
	margin-top: 20px!important;
}
.MT10 {
	margin-top: 10px;
}

.MT5 {
	margin-top: 5px;
}

.MT30 {
	margin-top: 30px!important;
}
.MT40 {
	margin-top: 40px!important;
}

.MB20 {
	margin-bottom: 20px!important;
}
.MB30 {
	margin-bottom: 30px!important;
}
.MB40 {
	margin-bottom: 40px!important;
}

.MB50 {
	margin-bottom: 50px!important;
}
.ML20 {
	margin-left: 20px;
}


.PT20 {
	padding-top: 10px!important;
}
.PT30 {
	padding-top: 30px!important;
}
.PT40 {
	padding-top: 40px!important;
}
.PL50 {
	padding-left: 50px!important;
}


@media screen and (max-width:768px){
	
.MT30 {margin-top: 0px!important;}

.PT40 {padding-top:20px!important;}

.MT40 {margin-top: 20px!important;}

}



/* 高さ調整
------------------------------------------------------------*/

html,body{
height: 100%;
width:100%;
}

body > #wrapper {
　height: auto;
}

#Wrapper {
	min-height: 100%;
	overflow: hidden;
	background-color: #006600;
	width: 100%;
}

/*///フォームエラー///*/

ul.error {
	list-style-type: none!important;
	color:red;
	font-size:16px;
	margin-bottom:10px!important;

}

p.ErrorBox {
	padding:8px;
	background-color:#FCC;
	width:100%;
	text-align:center!important;
	margin-bottom:10px!important;
}

ul.error li em, p em {
	font-variant: normal;
	color: #F00;
	font-size:16px;
}

.error em {
	font-variant: normal;
	color: #F00;
	font-size:16px;
}


/*************
/* 全体共通
*************/


header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	background-image: url(image/common/header_inner_back.png);
	background-repeat: no-repeat;
	background-position: 90% top;
	height: 105px;
	background-color: #AEE3AE;
}

section {
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 30px;
}

article {
	overflow: hidden;
}

nav {
	width: 100%;
	background-color: #009453;
}


nav ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

nav ul li {
	float: left;
	width: auto;
	margin-left: 38px;
}

nav ul li a {
	display: block;
	height: 40px;
	text-align: center;
	line-height: 43px;
	background-color: #009453;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

nav ul li a:hover, nav ul li a.on {
	display: block;
	height: 36px;
	text-align: center;
	color: #FFFF26;
}

footer {
	background-color: #05650A;
	overflow: hidden;
	color: #FFF;
}

.Inner {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
.HeaderInner {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

/*///ヘッダ固定///*/

.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

@media screen and (max-width:768px){

nav {
	width:100%;
	display:block;
	height:initial;
	margin-bottom: 30px;
}


nav ul {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border-bottom:#999!important;
	background-color:#999;
	height:initial;
}

nav ul li {
	width:100%;
	float: left;
	margin-left:0px;
	height:36px;
}

nav ul li a {
	text-align:center;
	display:block!important;
	border-bottom:#fff!important;
	height:36px;
	line-height:36px;
}

nav ul li a.on, nav ul li a:hover {
	border-bottom:#999!important;
}


/*///ヘッダ固定///*/

.fixed {
	display:block;
	position: initial;
}


#TopImage, #AboutImage {
	width:90%;
	height:auto;
	margin:0 auto;
	display:block;
}

.Inner.w867 img {
	width:100%;
	height:auto;
}

}



/*************
/* 新着情報
*************/

#MsBox {
	width: 30%;
	float: left;
	border: 1px solid #CCC;
}

h2.icon_top, h2.icon {
	background-color: #F8F8F0;
	background-image: url(image/common/h2_icon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 15px 0px 15px 90px;
	font-size: 16px;
	font-weight: bold;
}

h2.icon_bottom {
	background-color: #F8F8F0;
	background-image: none;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 5px 0px 15px 90px;
	font-size: 16px;
	font-weight: bold;
}

h2.icon_Under {
	background-color: #F8F8F0;
	background-image: none;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 5px 0px 15px 90px;
	font-size: 16px;
	font-weight: bold;
}

h2.iconb {
	background-color: #F8F8F0;
	background-image: url(image/common/h2_icon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 90px;
}
h3.MiniTitle {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}

.MiniTitle p, .MiniTitle em {
	border-left: 7px solid #C3D700;
	padding-left: 10px;
	height: 30px;
	font-size: 120%;
	line-height: 30px;
	font-weight: bold;
}
h4.SmallTitle {
	height: 67px;
	background-image: url(image/guide/h4_title.png);
	background-position: 0px 0px;
	line-height: 67px;
	padding-left: 30px;
	font-size: 120%;
	font-weight: bold;
	color: #00238C;
}
h5.QaTitle {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	color: #00238C;
	margin-bottom: 20px;
	background-color: #E7FFEC;
}
h5.QaTitle p {
	border-left: 5px solid #009453;
	padding-left: 10px;
	color: #009453;
	font-size: 140%;
	font-weight: bold;
	margin-right: 10px;
	float: left;
	vertical-align: middle;
}

#NewsWrapper, DownWrapper {
	position: relative;
	overflow-y: scroll;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
}

ul.NewsList {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 290px;
}

li.ListItem {
	width: 100%;
	padding-bottom: 10px;
	font-weight: bold;
}

#DownBox {
	width: 65%;
	float: right;
	border: 1px solid #CCC;
}

#DownWrapper {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#DownWrapper p {
	font-size: 90%;
	margin-top: 10px;
}

#DownWrapper ul {
	overflow: hidden;
	margin-left: -10px;
}

#DownWrapper ul li {
	float: left;
	margin-left: 10px;
}
#DownWrapper ul li a {
	display: block;
	height: 86px;
	line-height: 100px;
	width: 584px;
	text-align: center;
	font-size: 140%;
	border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background:-moz-linear-gradient(top, #FF5959, #FFD8CA);
	background:-webkit-linear-gradient(top, #FF5959, #FFD8CA1);
	background:linear-gradient(to bottom, #FF5959, #FFD8CA);
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#DownWrapper ul li a:hover {
	background:-moz-linear-gradient(top, #FFB3B3, #FFD8CA);
	background:-webkit-linear-gradient(top, #FFB3B3, #FFD8CA);
	background:linear-gradient(to bottom, #FFB3B3, #FFD8CA);
}

/*///2016.10会員ログイン用///*/

#LoginWrapper {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 350px;
	text-align: center;
	font-size: 120%;
	border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	background:-moz-linear-gradient(top, #F93, #FC6);
	background:-webkit-linear-gradient(top,  #F93,#FC6);
	background:linear-gradient(to bottom,  #F93, #FC6);
	font-weight: bold;
	margin:0 auto;
}

#LoginWrapper a {
	text-decoration: none;
	color: #FFF;
}

#LoginWrapper a:hover {
	text-decoration: underline;
	color: #FF0;
}

/*////////////////*/

ul.TwoButton {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
ul.TwoButton li {
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 20px;
}

ul.TwoButton li:last-child {
	margin-right: 0px!important;
}

ul.TwoButton li a {
	display: block;
	padding: 10px;
	border: 2px solid #009453;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #009453;
}

ul.TwoButton li a:hover {
	display: block;
	padding: 10px;
	border: 2px solid #009453;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #009453;
}

ul.TwoButtonImg {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 621px;
	margin-right: auto;
	margin-left: auto;
}
ul.TwoButtonImg li {
	float: left;
	margin-left: 20px;
}


ul.InfoButton {
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
ul.InfoButton li {
	margin-bottom: 20px;
}

ul.InfoButton li:last-child {
	margin-right: 0px!important;
}

ul.InfoButton li a {
	display: block;
	padding: 10px;
	border: 2px solid #009453;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #009453;
	background-color: #CFFFE4;
	background-image: url(image/common/link_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}

ul.InfoButton li a:hover {
	display: block;
	padding: 10px;
	border: 2px solid #009453;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background-color: #009453;
}

ul.BtnKiyaku {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 30px;
}
ul.BtnKiyaku li {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted #666;
	margin-bottom: 20px;
}
ul.BtnKiyaku li a {
	display: block;
	padding: 10px;
	background-color: #F8F8F0;
	font-size: 120%;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: url(image/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 480px center;
}
ul.BtnKiyaku li a:hover {
	display: block;
	padding: 10px;
	background-color: #F8F8F0;
	font-size: 120%;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	background-image: url(image/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 480px center;
}



#KakomiMember {
	height: 147px;
	background-image: url(image/member/kakomi_member.png);
	background-position: 0px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}
#KakomiGuest {
	height: 160px;
	background-image: url(image/member/kakomi_guest.png);
	background-position: 0px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

#KakomiMember p {
	text-align: center;
}
#KakomiGuest p {
	text-align: center;
}

.MemberTitle {
	font-size: 190%;
	margin-top: 20px;
	line-height: 2em;
	color: #26ACFB;
}


.BtnWrapper, .BtnWrapperUp {
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.BtnWrapper a, .BtnWrapperUp a {
	display: block;
}

.BtnWrapper.check p a, .BtnWrapperUp.check p a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
.BtnWrapper.check:hover, .BtnWrapperUp.check:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 0px 107px;
}

.check {
	background-image: url(image/about/btn_check.png);
	background-position: 0px 0px;
	height: 105px;
	width: 527px;
	line-height: 110px;
	font-size: 24px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 40px;
	vertical-align: middle;
}
.check p {
	padding-left: 70px;
}
.Kakunin {
	height: 74px;
	width: 304px;
	background-image: url(image/check/btn_check.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 30px;
}

.Kakunin a {
	text-decoration: none;
	color: #FFF;
}
.Kakunin:hover {
	text-decoration: none;
	color: #FFF;
	background-position: 0px 74px;
}
.Seikyu {
	height: 73px;
	width: 504px;
	background-image: url(image/guide/btn_card.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Seikyu a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
}
.Seikyu:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: 0px 73px;
}
.Catalog {
	height: 74px;
	width: 504px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Catalog a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-image: url(image/check/btn_catalog.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Catalog a:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: left -73px;
}

.Card {
	height: 73px;
	width: 504px;
	background-image: url(image/guide/btn_card.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.Card a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
}

.Card:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: 0px 73px;
}
.Mousikomi {
	height: 73px;
	width: 504px;
	background-image: url(image/guide/btn_mousikomi.png);
	background-position: 0px 0px;
	font-size: 140%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Mousikomi a {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
}
.Mousikomi:hover {
	color: #FFF;
	text-decoration: none;
	font-size: 140%;
	background-position: 0px 73px;
}
.Relative {
	position: relative;
	height: 67px;
}
#LinkIcon {
	position: absolute;
	left: 741px;
	top: 18px;
	height: 28px;
	width: 33px;
	vertical-align: top;
	line-height: 100%;
}

@media screen and (max-width:768px){


.Catalog {
	height: 74px;
	width: 100%;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 74px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.Catalog a {
	color: #FFF;
	text-decoration: none;
	background-image: url(image/check/btn_catalog.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 200%;
}
.Catalog a:hover {
	color: #FFF;
	text-decoration: none;
	background-position: left -73px;
}

.Kakunin {
	padding: 10px 0;
	width: 100%;
	background-image: none;
	border-radius: 6px;
	background-color: #00ABFF;
}

}


/*///お問い合わせ先（自転車会員）///*/

#ContactTitle {
	background-color: #009453;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
dl.ContactBody {
	overflow: hidden;
}
dl.ContactBody dt {
	float: left;
	border-bottom: 1px solid #009453;
	border-left: 1px solid #009453;
	border-right: 1px solid #009453;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
}
dl.ContactBody dd {
	border-right: 1px solid #009453;
	border-bottom: 1px solid #009453;
	border-left: 1px solid #009453;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*///お問い合わせ先（自転車会員）///*/

#ContactTitleRed {
	background-color: #E34855;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
dl.ContactBodyRed {
	overflow: hidden;
}
dl.ContactBodyRed dt {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E34855;
	border-left-color: #E34855;
}
dl.ContactBodyRed dd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E34855;
	border-bottom-color: #E34855;
	border-left-color: #E34855;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

@media screen and (max-width:768px){

dl.ContactBodyRed {
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E34855;
	border-left-color: #E34855;
}

#ContactTitleRed {
	background-color: #E34855;
	height: initial;
	line-height: 21px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding:5px;
	font-size:90%;
}

dl.ContactBodyRed dt {
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	margin-right: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-right-width: 0px;
	border-right-style: none;
}

dl.ContactBodyRed dd {
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E34855;
}

}




dl.CheckList {
	font-weight: bold;
	width: 100%;
	font-size: 120%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	line-height: 25px;
	padding-top: 10px;
}

dl.CheckList dt {
	width: 80%;
	float:left;
}
dl.CheckList dd {
	width:20%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left:80%;
	text-align:right;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
dl.CheckList dd input {
	height: 20px;
	width: 20px;
}
dl.ConfirmList  {
	width: 650px;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}



dl.ConfirmList dt {
	float: right;
	width: 530px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	padding-left: 5px;
}
dl.ConfirmList dd {
	float: left;
	padding-top: 10px;
	height: 35px;
	width: 100px;
	text-align: right;
}
dl.ConfirmList dd input {
	height: 30px;
	width: 30px;
}

dl.SmallModule {
	overflow: hidden;
	margin-top: 20px;
	display: table;
}
.SmallModule dt {
	float: left;
	margin-right: 10px;
	display: table-cell;
}
dl.SmallModule dd {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}

.Renraku {
	left: 371px;
	top: 38px;
	position: absolute;
	width: 226px;
	height: 25px;
}
.Radius {
	background-color:#EFEFEF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}

.TopPDFup {
	position: absolute;
	left: 305px;
	top: 13px;
}

.TopPDFupSec {
	position: absolute;
	left: 270px;
	top: 55px;
}

.TopPDFupThird {
	position: absolute;
	left: 370px;
	top: 98px;
}

@media screen and (max-width:768px){

h2.icon_bottom, h2.icon_Under {
	font-size:12px;
}

.TopPDFupSec {
	left: 230px;
}

.TopPDFupThird {
	left: 297px;
	top: 90px;
}

}



.LinkBox {
	float: right;
	border: 1px solid #CCC;
	position: relative;
	width: 65%;
}
.Orange {
	color: #F90;
	font-weight: bold;
	margin-bottom: 5px;
}
.Blue {
	color: #009453;
	font-weight: bold;
	margin-bottom: 5px;
}

.RedBold {
	color: #E34855;
	font-weight: bold;
	margin-bottom: 5px;
}
.FreeDial {
	background-color: #E34855;
	font-size: 60%;
	color: #FF0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.ContactNumber {
	font-size: 24px;
	font-weight: bold;
	vertical-align: text-bottom;
}
.FaxNum {
	font-size: 18px;
}

.Brown {
	color: #A5771D;
	font-weight: bold;
}
.Navy {
	color: #00238C;
	font-weight: bold;
}

.Red {
	color: #F00;
}


.GrayBold {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.BlackBold {
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.BigText {
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
}
.Center {
	text-align: center;
}


.NewsTitle {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

p.SubTitle {
	font-size: 120%;
	color: #26ACFB;
	font-weight: bold;
	text-align: right;
	display: block;
	height: 19px;
}

.UnderText {
	color: #FFFFFF;
	font-size: 95%;
}
.TextIndent {
	text-indent: 1em;
	color: #666;
}
.TextDefault {
	color: #666;
}
.TextBold {
	color: #666;
	font-weight: bolder;
}
.SmallText {
	font-size: 90%;
	line-height: 140%;
}
.NaviDial {
	float: right;
	vertical-align: middle;
}

.Title {
	font-weight: normal;
}
.TelBig {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width:768px){

.NaviDial {
	float: none;
	width:100%;
}

.ContactNumber {
	font-weight: bold;
	font-size: 90%;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.FaxNum {
	font-size: 12px;
}

}



/*///幅微調整///*/

.w817 {
	width: 817px;
}

.w867 {
	width: 867px;
}
.w650 {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.w930 {
	width: 930px;
}


/*///行間調整///*/

.LH20 {
	line-height: 20px;
}
.LH40 {
	line-height: 40px;
}

.LH24 {
	line-height: 36px;
}
.LH38 {
	line-height: 42px;
}



@media screen and (max-width:768px){

dl.ContactBodyRed dd p.LH24 {
	line-height: 24px;
	background-color:#E1E1E1;
	padding:5px;
}

.LH20 {
	line-height: initial;
}

}



.MiniTitle em {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #26ACFB;
	padding-left: 10px;
	height: 30px;
	font-size: 120%;
	line-height: 30px;
	font-weight: bold;
}


.mobile {
	display:none;
}

.SubTitle a {
	color: #26ACFB;
	text-decoration: none;
}

.SubTitle img {
	vertical-align: middle;
	margin-left: 3px;
	margin-bottom: 3px;
}

#PageTop {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	height: 32px;
	overflow: hidden;
	background-color: #FFF;
	display: block;
}

#UnderMenu {
	font-size: 86%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}

#UnderMenu a {
	text-decoration: underline;
	color: #FFF;
}
#UnderMenu a:hover, #UnderMenu a.on {
	text-decoration: underline;
	color: #FFFF26;
}



/*************
/* フォームテーブル
*************/


table#FormTable {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#FormTable td {
	padding: 10px;
}
#FormTable td.Koumoku {
	padding: 10px;
	background-color: #F8F8F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: 30%;
	text-align: right;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#FormTable td.KoumokuDot {
	padding: 10px;
	background-color: #F8F8F0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: 30%;
	text-align: right;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#FormTable td.Kotae {
	padding: 10px;
	background-color: #FFFFFF;
	width: 70%;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#FormTable td.KotaeDot {
	padding: 10px;
	background-color: #FFFFFF;
	width: 70%;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

#FormTable input {
	height: 20px;
}

#FormTable input.Sumutokoro  {
	width:400px;
}

#FormTable input.MailAdress {
	width:300px;
}

#FormTable input.Kaishya {
	width:250px;
}

#FormTable input.Furigana, #FormTable input.Onamae{
	width:200px;
}

#FormTable textarea.Toiawase {
	width:300px;
}

input[type=radio] {
	vertical-align: middle;
}

input#Kakunin {
	font-size: 120%;
	color: #FFF;
	font-weight: bold;
	background-color: #F90;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	display: block;
}

.Kotae #textarea {
	resize: none;
}


/*///トップカレンダー///*/

#CalendarWrapp {
	float: right;
	width: 65%;
}
p.CalendarTitle {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.CalendarBox {
	background-color: #CCC;
	height: 200px;
	width: 252px;
}
#CalendarWrapp ul {
	width: 602px;
	margin-right: auto;
	margin-left: auto;
}
#CalendarWrapp ul li {
	float: left;
	width: 252px;
	margin-left: 40px;
}


/*///自転車保険制度のご案内///*/


.main-heading h2 {
	padding:14px;
	margin-bottom:0;
	border:1px solid #cccccc;
	font-size:18px;
	text-align: center!important;
}






@media screen and (max-width:768px){

header {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(image/common/header_inner_back.png);
	background-repeat: no-repeat;
	background-position:60% top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	height: auto;
	background-size:cover;
}

.Inner {
	width:100%;
}

article {
	padding:0 20px;
}

main.home-main {
	width:100%;
}

.HeaderInner, .HeaderInner h1 img {
	max-width: 95%;
	height: auto;
	width:auto;
	display:block;
	margin: 0px auto 15px auto;
}



#MsBox, #DownBox {
	float:none;
	margin-bottom:30px;
	width:100%;
}

#DownWrapper ul {
	width:inherit;
}

#DownWrapper ul li {
	float:none;
	display:block!important;
	/* width: 100%; */
	text-align: center;
	margin-bottom: 10px;
}

#DownWrapper ul li a {
	width:100%;
}

.Renraku {
	width:100%;
	position: static;
	text-align:center;
}

p.SubTitle {
	text-align:center;
	margin:5px;
}



.LinkBox {
	width: 100%;
	height:auto;
}

#PageTop .Inner {
	width:151px;
}

p#UnderMenu {
	height: 60px;
	padding:0 10 0 10px!important;
}

.UnderText.Left, .UnderText.Right {
	float: none;
	margin-top:5px;
	width:100%;
	text-align:center;
}

.check, .Seikyu {
	display:none;
}

.BtnWrapper.check:hover {
	color: #FFF;
	text-decoration: none;
	background-position: 0px 85px;
}

.SmpWrapper {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 100%;
}

img.mobile {
	display:block;
	width:100%;
}

ul.TwoButton {
	width:100%;
}

ul.TwoButton li {
	width:100%;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.TwoButtonImg {
	width:100%;
}

ul.TwoButtonImg li {
	width:100%;
	text-align:center;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.InfoButton, ul.BtnKiyaku li {
	width: 100%;
}

ul.BtnKiyaku li a, ul.BtnKiyaku li a:hover {
	background-position: 95% center;
}

ul.BtnKiyaku {
	width:80%;
}

dl.ContactBody dt {
	float:none;
	margin-right:0px;
	text-align:center;
}

dl.ContactBody dd {
	text-align:center;
}

p.TelBig {
	width: 100%;
	display:block;
	margin:0 auto;
	text-align: initial;
}

h2.iconb {
	padding-right: 10px!important;
}

h3.MiniTitle {
	font-size:12px;
}

h3.MiniTitle.Multi {
	height:85px;
	line-height:1.5em!important;	
}

.MiniTitle.Multi p {
	height:85px;
}

h3.MiniTitle.Multi {
	height:85px;
	line-height:1.5em!important;	
}

h3.MiniTitle.Double {
	height:55px;
	line-height:1.5em!important;	
}

.MiniTitle.Multi p {
	height:85px;
}

.MiniTitle.Double p {
	height:53px;
}



h4.SmallTitle {
	background-image:none;
	line-height:1.5em;
	border:#CCC;
	background-color:#F8F8F0;
	height:inherit;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#LinkIcon {
	width:100%;
	left:87%;
	margin-left: 5px;
}

.LH40 {
	line-height:60px;
}

dl.SmallModule dt, dl.SmallModule {
	display:inherit;
}

dl.SmallModule dt {
	float:none;
	margin-right:0px;
	text-align:center;
	margin:0 0 10px;
}

/*
dl.CheckList {
	width:100%!important;
	padding-top:5px;
	display:table;
}

dl.CheckList dt {
	width:80%;
	font-size:14px;
	display:table-cell;
	line-height:160%;
	vertical-align:middle;
}

*/

dl.CheckList dd {
	width:20%;
	border-style: none;
	text-align:right;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding:3% 0% 5% 80%;
	
}

dl.CheckList.NoInput dt {
	width:100%;
	font-size:14px;
	height:auto;
	font-size:13px;
	line-height:25px;
}


dl.CheckList.NoInput dd.member {
	height:30px;
}

dl.ConfirmList  {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl.ConfirmList dt {
	width: 83%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
	height: auto;
	line-height: 25px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 8px;
}

dl.ConfirmList dd {
	float: left;
	padding-top: 10px;
	height: 35px;
	width: 10%;
	text-align: right;
}

dl.ConfirmList dd input {
	height: 25px;
	width: 25px;
}

#KakomiMember {
	font-size:100%;
	background-size:100%;
	padding:10px 10px 20px;
	background-image:none;
	background-color:#FFFFCC;
	height:auto;
}

#KakomiGuest {
	font-size: 100%;
	background-size: 100%;
	padding: 10px;
	background-image: none;
	background-color: #E2E4DE;
	height: 160px;
}

/*///お問い合わせテーブル//*/

table#FormTable, table#FormTable tr {
	width:100%;
}

table#FormTable tbody {
	width:100%;
}

#FormTable td.Koumoku, #FormTable td.KoumokuDot {
	display:block;
	width:96%;
	text-align:left;
	border-right:none;	
}

#FormTable td.Kotae, #FormTable td.KotaeDot {
	display:block;
	width:96%;	
}

#FormTable td.Kotae br {
	display:none;
}

#FormTable input.Sumutokoro  {
	width:100%;
}

#FormTable input.MailAdress {
	width:200px;
}

#FormTable input.Kaishya {
	width:200px;
}

#FormTable input.Furigana, #FormTable input.Onamae{
	width:200px;
}

#FormTable textarea.Toiawase {
	width:100%;
}


input[type=radio] {
	width:5%;
	
}

div.description-icon img {
	display:none!important;
}

.description-body {
	width:92%!important;
	display: block;
}

.description {
	/* width:95%; */
	display: block;
}

.home.home-about-insurance .pricing-compensation-row .pricing-compensation span, .home.home-about-insurance .pricing-damages-row .pricing-damages span, .home.home-about-insurance .pricing-charge-row .pricing-charge span,.home.home-about-insurance .pricing-charge-car-member-row .pricing-charge span, .home.home-about-insurance .plan-type-row .plan-type span {
	font-size:120%;
}

main.main.home-main .main-contact-list-heading {
	padding:10px 0px;
}

.office-hours, main.main.home-main .main-contact-list-item-info, main.main.home-main .main-contact-list-item-type {
	display:block;
	width:83%;
}

main.main.home-main .main-contact-list-item-type, main.main.home-main .main-contact-list-item, main.main.home-main .main-contact-list, main.main.home-main .main-contact-list-item-info {
	width:inherit;
}

main.main.home-main .main-contact-list, main.main.home-main .main-contact-list-item {
	display:inherit;
}

main.main.home-main .main-contact-list-item-info .contact-phone-number-big {
	text-align:center;
	width: 94%;
}

main-contact-list-item-type {
	display:block;
}

/*main.main.home-main .main-contact-list-item {
	border-top:#e34855 solid 2px;
}*/

.home.home-about-insurance .about-insurance-features-list-item .description, .home.home-about-insurance .about-insurance-features-list-item .description-body, .home.home-about-insurance .insurance-advice .insurance-advice-figures {
	display:inherit;
}

.home.home-about-insurance .insurance-advice .insurance-advice-figures-right-advice {
	margin-top:10px;
}

p.MemberTitle {
	font-size: 125%;
}


.PL50 {
	padding-left: 0px!important;
}

.w650, .w867 {
	width:100%;
}

.Card, .Mousikomi {
	display:none;
}

#KakomiGuest p br {
	display:none;
}

ul.BtnKiyaku li a {
	font-size:80%;
}

h2.icon {
	font-size:14px;
}

}

/* ================================================= */
/* wordpress UPLOAD IMG */
/* ================================================= */

.BrogText h3 {
	font-size:120%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E60012;
	border-bottom-color: #E60012;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

img.centered {
	display: block;
	clear: both;
	margin: 0.25em auto 1.5em;
	/*margin: 10px auto;*/
	}
img.alignleft {
	margin-top: 0.25em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
	clear: both;
	float: left;
	/*margin: 0 10px 5px 0;*/
	}
img.alignright {
	float: right;
	clear: both;
	margin: 0.25em 0 1.5em 1.5em;
	/*margin: 0 0 5px 10px;*/
	}

div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.alignright {
	display: inline-block;
	clear: both;
	float: right;
	margin-top: 0!important;
	margin-right: 0!important;
	margin-bottom: 2px!important;
	margin-left: 7px!important;
	text-align: center!important;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

div.alignleft {
	display: inline-block;
	float: left;
	margin-top: 0!important;
	margin-right: 7px!important;
	margin-bottom: 2px!important;
	margin-left: 0!important;
	text-align: center!important;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

img.aligncenter, .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/*///ご協力店舗///*/

dl.SupportShop {
	width:100%;
	overflow:hidden;
	font-size:120%;
	padding-top:10px;
	margin-bottom:50px;
}

dl.SupportShop dt {
	float:left;
	width:18%;
	font-weight:bold;
	text-align:right;
}

dl.SupportShop dd {
	margin-left:24%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #c8c8c8 solid;
	
}

#Infomation {
	padding:20px;
	border:#F5CB4F 2px solid;
	font-size:120%;
}

@media screen and (max-width:768px){

dl.SupportShop dt {
	float:none;
	width:100%;
	margin-bottom:20px;
	text-align:left;
}

dl.SupportShop dd {
	margin-left:0;	
}

}


/*///投稿エディター内テーブル///*/

.NewsWrapper table {
	border:1;
}


/*新着情報（2024.02追加分）
---------------------------------------------------------------------------*/

.NewsBox {
	width:100%;
	margin-top:20px;
}

.NewsBox ul {
	width:100%;
	margin-top:20px;
	overflow:hidden;
}

.NewsBox li {
	width:210px;
	height:195px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.NewsBox li:nth-of-type(3n) {
	margin-right:0px;
}

.NewsBox li:nth-of-type(3) p, .NewsBox li:nth-of-type(4) p, .NewsBox li:nth-of-type(5) p {
	line-height:30px;	
}

.NumerBox {
	width:210px;
	height:37px;
}

.NumerBox p {
	font-size:12px;
	margin-left: 35px;
	box-sizing:border-box;
	line-height:125%;
	padding-top:5px;
	color:#fff;
}

dl.UnderBox {
	width:100%;
	margin-top:10px;
}

dl.UnderBox dt {
	float:left;
}

dl.UnderBox dd {
	font-size:12px;
	margin-left:87px;
}

.one {
	background:url(image/news/number01.png) no-repeat 0 0;
}

.two {
	background:url(image/news/number02.png) no-repeat 0 0;
}
.three {
	background:url(image/news/number03.png) no-repeat 0 0;
}
.four {
	background:url(image/news/number04.png) no-repeat 0 0;
}
.five {
	background:url(image/news/number05.png) no-repeat 0 0;
}


@media screen and (max-width:768px){

.NewsBox ul {
	width:210px;
	margin:20px auto;
}

.NewsBox li {
	height:initial;
}

}
