@charset "shift_jis";
/* CSS Document */

	div.phone_number_section div.abbreviated_number {
		padding: 10px 0 5px;
		border-top: solid 1px #CCC;
	}
		div.phone_number_section div.abbreviated_number div.num,
		div.phone_number_section div.abbreviated_number div.num_appli {
		font-size: 1.5em;
		}
			div.phone_number_section div.abbreviated_number div.num img ,
			div.phone_number_section div.abbreviated_number div.num_appli img {
				margin-right: 62px;
				vertical-align: middle;
			}

#contents h3.gray_band {
	margin-bottom: 10px;
	padding: 5px 15px 4px;
	background-color: #e3e3e3;
	background-image: none;
	font-size: 14px;
}

#contents div.section div.pregArea_01 ul.btn_area a:hover, a:active {
	*color: #43677e;
	*text-decoration: none;
	*background-color: transparent;
}

/*===========================================
	topArea (Add to April 4, 2014)
=============================================*/
ul.topArea {
	list-style:none;
}
	ul.topArea li.img {
		width:360px;
		float:left;
	}
	ul.topArea li.txt {
		width:360px;
		float:right;
	}
.topBtn {
	margin:10px 0px 0px 0px;
}	

/*===========================================
	anchorBtn アンカーボタン
=============================================*/
#contents ul.anchorBtnA {
	margin: 0 0 30px 0;
	padding:0;
	list-style:none;
}
#contents ul.anchorBtnA li {
	margin:0 0 5px 8px;
    padding: 0 0 0 15px;
	border: solid 1px #CCCCCC;
	list-style:none;
    float: left;
    width: 163px;
    height: 50px;
    text-indent: -15px;
    word-break: break-all;
    background: url(/support/ichigan/share3/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contents ul.anchorBtnA li a {
	color: #333;
	padding: 10px;
	display: block;
    transition: opacity 0.2s ease-in 0s;
	
	/* behavior: url(./css/PIE.htc); */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#contents ul.anchorBtnA li a.one-line {
    padding: 15px 10px;
}
#contents ul.anchorBtnA li span {
	background: url(/support/ichigan/share3/images/arrow_black-b.png) no-repeat 0 0.5em;
    padding: 0 0 0 15px;
}
#contents ul.anchorBtnA li p {
	margin-left:15px;
}
#contents ul.anchorBtnA li a:hover {
    opacity: 0.5;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
#contents ul.anchorBtnA li {
	margin-left: 10px;
	width: auto;
	height: auto;
	float: none;
}
#contents ul.anchorBtnA li a.one-line {
    padding: 10px;
}
}

/*===========================================
	s5-button 20210112
=============================================*/

.s5--alignCenter {
    text-align: center!important;
    margin-bottom: 1em;
}

.s5-button:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.s5-button {
    color: #FFF!important;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 8px 18px;
    border: none;
    border-radius: 1px;
    background: #5787f4;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin-bottom: 10px;
    margin-right: 10px;
}

a:hover .s5-button, .s5-button:hover, a:focus .s5-button, .s5-button:focus {
    color: #fff;
    text-decoration: none;
    background: #8aacf6;
}

.s5-button::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 0 0;
    border: 5px solid transparent;
    border-right: 0px solid transparent;
    border-left: 5px solid #fff;
}

#contents span.link_out {
    background: url(/support/handycam/share3/images/icon_blank.gif) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    *vertical-align: middle;
    width: 11px;
    margin-left: 3px;
}