@charset "Shift_JIS";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clearboth{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}



/* ------------- */


.agree_contents{
	width: 900px;
	margin: 20px auto 20px auto;
	line-height: 1.6em;
	font-size: 0.8em;
}


.agree_title{
	text-align: center;
}

.agree_title1{
	margin-top: 8px;
}
.agree_title2{
	margin-top: 5px;
	padding-left: 0.5em;
}


.agree_text1{
	text-indent: 1em;
	padding-left: 1em;
}

.agree_text2{
	text-indent: 1em;
	padding-left: 2em;
}

.agree_text3{
	text-indent: -2em;
	padding-left: 5em;
}

.agree_text4{
	text-indent: -1.5em;
	padding-left: 4em;
}


.agree_list{
	list-style: disc;
	padding-left: 4em;
}

.agree_left{
	width: 45%;
	float: left;
}
.agree_right{
	width: 45%;
	float: left;
}



.agree_tbl table{
	margin: 5px 0 5px 1em;
	background-color: #aaa;
	border-spacing: 1px;
	border-collapse: separate;
}

.agree_tbl th{
	padding: 3px 5px;
	background-color: #fff;
	text-align: center;
}

.agree_tbl td{
	text-align: left;
	padding: 3px 5px;
	background-color: #fff;
}
.agree_tbl_text1{
	text-align: center!important;
	vertical-align: middle;
}



.agree_button{
	width: 490px;
	margin: 40px auto 15px auto;
}

.agree_button1{
	float: left;
	width: 200px;
	text-align: center;
	font-size: 1.3em;
	background-color: #c8de9e;
	color: #0000aa;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

.agree_button1:hover{
	background-color: #d2e6ab;
	color: #ee0000;
}

.agree_button2{
	float: left;
	width: 200px;
	text-align: center;
	font-size: 1.3em;
	margin-left: 50px;
	background-color: #eee;
	color: #222;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.agree_button2:hover{
	background-color: #f4f4f4;
	color: #ee0000;
}


.agree_pdf_text{
	text-align: right;
	margin: 8px 0;
}

.agree_pdf{
	padding: 3px 0 3px 22px;
	background: url(../../../common_repair/images/pc/icon_pdf.png) no-repeat top left;
}


.noscript {
	color: #cc0000;
	font-size: 1.1em;
	border: 2px solid #cc0000;
	padding: 15px;
	background-color: #fdf3f3;
	width: 90%;
	margin: 10px auto 0 auto;
}




/* ### スマートフォン ### */
/* -------------------------------------------------------------------------------- */
@media (max-width: 667px) {

.agree_contents{
	width: 96%;
	margin: 20px auto 20px auto;
}


.agree_button{
	width: 100%;
}

.agree_button1{
	float: none;
	width: 200px;
	margin: 0 auto 20px auto;
}


.agree_button2{
	float: none;
	width: 200px;
	margin: 0 auto;
}





} /*  @media (max-width: 667px)  */



