@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf{display: inline-block;}

/* Hides from IE Mac \*/
* html .cf {height: 1%;}
.cf{display:block;}
/* End Hack */






/* CSS ここから */

body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1;
}

header {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0;
}

.header-line {
	width: 100%;
	max-width: 960px;
	margin: 5px auto;
	padding: 10px 10px;
	height:50px;
	background-color: #E1507F;
	color:#FFFFFF;
	font-size:18px;
	display: table-cell;    
	text-align:left;
	display:block;
	line-height: 30px;
}

.header-line2 {
	width: 96%;
	max-width: 960px;
	margin: 15px auto;
	padding: 10px 10px;
	height:50px;
	background-color: #D0A9CE;
	color:#FFFFFF;
	font-size:18px;
	display: table-cell;    
	text-align:left;
	display:block;
	line-height: 30px;
}

.gaiyo-table{
	width:100%;
	max-width: 960px;
	font-size:14px;
	margin:0 auto;
	margin-top:10px;
	
}

.gaiyo-cell{
	padding:10px;
}

#logo {
	float: left;
}

#logo img{
	width:95%;

}
#aboutusImg{
	width:15%;
	min-width:100px;
}

.imgCenter{
	text-align: center;
	margin-top:30px;
}

header nav {
	float: right;
	margin-top: 25px;
}

@media screen and (max-width: 960px) {
	#logo {
		width: 100%;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left:5px;
		
	}

	.header-nav li {
		margin-left: 0;
		float: none;
	}
}

.header-nav li {
	float: left;
	margin-left: 20px;
}

.header-nav li a {
	text-decoration: none;
	font-size: 17px;
	color: #E1507F;
	font: weight 600;
}

#mainimage {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width:960px){
	#mainimage {
		/*height: 180px;*/
		overflow: hidden;
	}
}
#mainimage img {
	width: 100%;
	/*min-width: 600px;*/
}


.about {
	width: 85%;
	margin-top: 10px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;

}


.about h2 {
	font-size: 18px;
	/*font-weight: 600;*/
	margin-bottom: 5px;
}

.about p {
	font-size: 14px;
	line-height: 1.8;
}

.about2 {
	width: 70%;
	margin-top: 10px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;

}


.about2 p {
	font-size: 14px;
	line-height: 1.8;
}


.privacy {
	width: 95%;
	margin-top: 10px;
	text-align: left;
	margin-right:auto;
	margin-left:auto;

}

.privacy ol{
	counter-reset: item;
	list-style-type: decimal;
}
.privacy ul{
	list-style-type:disc;
}

.privacy li{
	margin-left:20px;
	line-height:1.5;
	font-size:14px;
}

.privacy ul li{
	margin-left:40px;
	line-height:1.5;
	font-size:14px;
}

.privacy h3{
	margin-top:20px;
	margin-bottom:10px;
	text-decoration: underline;
}

.privacy p{
	margin-left:18px;
	line-height:1.5;
	font-size:14px;
}

.al-right{
	margin-top:30px;
	text-align: right;
}

.privacy-lnk{
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5;

}
#container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
}

#service {
	width: 100%;
	margin: 45px auto;
}

#service li {
	float: left;
	margin-right: 1.5625%;
	width: 32.291666666667%;
	/* 310px / 全体の横幅 * 100 */

}

#service li img {
	width: 100%;
}

@media screen and (max-width: 960px) {
	#service li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		float: none;
	}
}

#service li:last-child {
	margin-right: 0;
}

#service li a {
	text-decoration: none;
	color: #555555;
	display: block;
}
#service li a:hover {
	opacity: 0.7;
}
#service .title {
	font-size: 20px;
	font-weight: 900;
	margin: 10px 0;
	text-align: center;
}
#service .text {
	font-size: 14px;
	text-align: center;
	line-height: 1.8;
}

.contactTitle{
	font-size:16px;
	line-height:1.8;
	margin-left:16px;
}

.ajail{
	margin:10px auto;
	width:100%;
}

.ajail img{
	max-width: 100%;
    height: auto;
}

#content-bottom {
	width: 100%;
	margin: 0 auto;
}

#news {
	float: right;
	width: 67.708333333333%;
}

#news h2 {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 10px;
}


h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top:10px;
}

#news-list {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
}
#news-list li {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
}
#news-list li:last-child {
	margin-bottom: 0;
}
#news-list li a {
	color: #a8a8a8;
	text-decoration: none;
}
#news-list li:hover {
	opacity: 0.7;
}
.news-title {
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	color: #555555;
}

#sidebar {
	width: 29.166666666667%;
	float: left;
}
#sidebar ul li {
	border: 1px solid #E1507F;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#sidebar ul li:hover {
	opacity: 0.7;
}
#sidebar ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #E1507F;
	padding: 15px 0 15px 50px;
	font-weight: 900;
}
#side-tel a {
	background: url(images/icon_tel.png) no-repeat 15px center;
}
#side-blog a {
	background: url(images/icon_blog.png) no-repeat 15px center;
}
#side-voice a {
	background: url(images/icon_voice.png) no-repeat 15px center;
}

.side-p{
	margin-top:5px;
	margin-bottom:5px;
	line-height:1.5;
}

@media screen and (max-width: 960px) {
	#news, #sidebar {
		float: none;
		width: 100%;
	}
	#news {
		margin-bottom: 30px;
	}
}

footer {
	background-color: #E1507F;
	margin-top: 45px;
	padding-top: 30px;
}

#footer-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#footer-logo {
	float: left;
}
#footer-nav {
	float: right;
	margin-top: 25px;
}
#footer-nav li {
	float: left;
	margin-left: 15px;
}
#footer-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}
#footer-nav li a:hover {
	text-decoration: underline;
}

#copy {
	text-align: center;
	font-size: 12px;
	color: #ccc;
	background-color: #15232a;
	padding: 15px 0;
	margin-top: 30px;
	line-height:1.5;
}

@media screen and (max-width: 960px) {
	#footer-logo, #footer-nav {
		float: none;
		width: 100%;
	}
	#footer-logo {
		text-align: center;
	}
	#footer-nav li {
		float: none;
		margin-left: 0;
		text-align: center;
		border-bottom: 1px solid #ffffff;
		height: 50px;
		line-height: 50px;
	}
	#footer-nav li:first-child {
		border-top: 1px solid #ffffff;
	}
}