@charset "UTF-8";

/*==========================================================================================
 Site : アジプロ|お問い合わせ|base.css
 Date : 2013/11/11
 Auter: Oyanagi Nakako
==========================================================================================*/

/*=============================
	Reset
==============================*/
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;
}

nav ul, ul {
    list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}

em {
	font-style:italic;
}

a img {
	border:none;
}

strong { 
	font-weight: bold; 
}

/*=============================
	Base
==============================*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* { -webkit-text-size-adjust: none; }

html {
	overflow-y: scroll;
}

body {
	font: 13px 'ヒラギノ丸ゴ Pro W6', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-weight:400;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size:100%;
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}

strong { 
	font-weight: bold; 
}

/*=============================
	clearfix clear
==============================*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear:both; }

/*=============================
	link
==============================*/
a {
	color: #333;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color: #ddd;
}


/*==========================================================================================
	Rayout
==========================================================================================*/
.wrap {
	background:#fff;
}
#header {
	background:#ccc;
	padding:10px;
}
#contents {
	background:#fff;
	padding:10px;
}

#footer {
	background-color: #fff;
}

/*==========================================================================================
	header
==========================================================================================*/
#header h1 {
	font-size:139%;
	text-align:center;
}

/*==========================================================================================
	footer 
==========================================================================================*/
#footer {
	font-size:85%;
	text-align: center;
}

/*==========================================================================================
	mailform Table
==========================================================================================*/

table {
	width: 100%;
	border-collapse: collapse;
	border-bottom:1px solid #ccc;
}

table tr {
	display:block;
	border-bottom: 1px solid #ccc;
}
table tr.odd { background:#E8EEF9; }
table tr.even { background:#fff; }

table tr:last-child { border-bottom:none; }

table td,
table th{
	display:block;
	padding: 5px;
}
table th{
	font-weight: bold;
	vertical-align:middle;
}

/*==========================================================================================
	Form
==========================================================================================*/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
select,
textarea {
	padding: 5px;
	font-size: 1.3em;
	color: #666;
	border: solid 1px #ccc;
	margin-bottom:5px;
	width: 90% !important;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	        border-radius: 3px;
	-webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
	display:block;
}

input[type="date"],
input[type="number"]{
	display:inline-block;
}

input[type="number"]{
	width:70% !important;
}

textarea{
	display:block;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
button { 
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

.buttons th {
	text-align:center;
	width:100%;
}

button {
	display:inline-block;
	font-size: 24px;
}

.harf {
	overflow:hidden;
}

.harf li {
	float:left;
	width:47%; 
}
/*==========================================================================================
	iframe
==========================================================================================*/
iframe {
	background:#fff;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	        border-radius: 3px;
	width:100%;
}

/*=============================
	共通
==============================*/
span.must{
	background:#f00;
	color:#fff;
	font-size:85%;
	padding:2px 4px;
	margin-right:5px;
	-webkit-border-radius: 4px; 
	   -moz-border-radius: 4px; 
	        border-radius: 4px;
}

/*=============================
	thanks
==============================*/
#mfp_thanks {
	line-height: 3em;
	text-align: center;
	font-size: 116%;
	margin-bottom:1em;
}
#block {
	margin:1em 0;
	border-top:2px solid #999;
	text-align:left;
}
	


/*-----------------------------------
	screens bigger than 481【forTab】
-----------------------------------*/
@media only screen and (min-width:481px) {
	/*==========================================================================================
	header
	==========================================================================================*/
	#logo img {
		width:auto;
		height:auto;
	}

}

/*-----------------------------------
	screens bigger than 770【forPC】
-----------------------------------*/
@media only screen and (min-width:770px) {

}