@charset "utf-8";

/* =======================================

	Text Decorations CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.Titles
	
	2.bread-clubms
	
	3.Sction

========================================== */

/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 77%
11px : 85%
12px : 92%
13px : 100%
14px : 107%
15px : 114%
16px : 122%
17px : 129%
18px : 136%
19px : 144%
20px : 152%
21px : 159%
22px : 167%
23px : 174%
24px : 182%
25px : 189%
26px : 197% 
*/





#content p, #content address, #content th, #content td {
font-size: 100%;
line-height:1.5;
margin:0 0 0 0;
}

#content #alpha p {
/*padding-left:15px;*/
margin-bottom:8px;
}

#content li, #content dt, #content dd {
	font-size: 100%;
	line-height: 1.5;
}

/* Inner Reset  */
#content th p, #content th li, #content th dt, #content th dd,
#content td p, #content td li, #content td dt, #content td dd,
#content li p, #content li li, #content li dt, #content li dd,
#content dt p, #content dt li, #content dt dt, #content dt dd,
#content dd p, #content dd li, #content dd dt, #content dd dd {
	font-size: 100%;
}


#content strong {
	font-weight: bold;
	color:#000000;
}

#content em {
	font-style: italic;
}

#content a {
	color: #000000;
	text-decoration:none;
	outline:none; /*クリックすると出る点線を消す*/
}

#content a:hover {
	color: #000099;
	text-decoration:underline;
}

#content .text-red {
color:#f75959;
}

#content .text-right {
	text-align:right;
}


 /*指定時はbodyIDを入れる*/
/*#content #alpha h2 {
	color:#191919;
	font-size:197%;
	line-height:1;
	margin-bottom:20px;
	min-height:36px;
	padding:1px 15px 1px 20px;
	background-color: #f2f2f2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #191919;
}*/

#content #alpha h2.catname,
#news #content #alpha h2.catname,
#news #content #alpha h2.catname,
#customer #content #alpha h2.catname{
border-radius: 4px 4px 4px 4px;
border:solid 1px #CCCCCC;
font-size:136%;
font-weight:bold;
background:url(../images/bullet-h2.png) no-repeat 8px center;
padding: 13px 8px 13px 20px;
margin-bottom:20px;
}


#search #page-title{
border-radius: 4px 4px 4px 4px;
border:solid 1px #CCCCCC;
font-size:136%;
font-weight:bold;
background:url(../images/bullet-h2.png) no-repeat 8px center;
padding:8px 8px 8px 20px;
margin-bottom:20px;
}


 /*お知らせ一覧*/
#news #content #alpha h2.h2-img,
#about #content #alpha h2.h2-img,
#company #content #alpha h2.h2-img,
#recruit #content #alpha h2.h2-img,
#sitemap #content #alpha h2.h2-img,
#sitepolicy #content #alpha h2.h2-img,
#privacy #content #alpha h2.h2-img {
	background:none;
	padding:0 0 0 0px;
	border:none;
	padding-bottom:10px;
	margin-bottom:13px;
}




#news #content #alpha h3 {
	color:#000000;
	font-size:114%;
	font-weight:bold;
	line-height:125%;

}



#company #content #alpha h3.catname,
#customer #content #alpha h3.catname,
#recruit #content #alpha h3.catname,
#sitepolicy #content #alpha h3.catname,
#privacy #content #alpha h3.catname,
#sitemap #content #alpha h3.catname,
#care #content #alpha h3.catname{
	color:#000000;
	font-size:114%;
	font-weight:bold;
	background-image: url(../images/news-bottomline-dotte.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #7f89c4;
	padding:8px 0;
	margin-bottom:20px;
}



#content #alpha .mb20{
margin-bottom:20px;
}

#content #alpha h3 a {
/*	min-height:14px;
	line-height:125%;
	margin:15px 0 15px 0;
	color:#FFFFFF;*/
}


#content #alpha h4 {
/*	color:#74b936;
	font-weight:bold;
	font-size:18px;
	min-height:14px;
	line-height:125%;
	margin:15px 0 15px 0;
	border-bottom: 1px solid #74b936;*/
	font-weight:bold;
margin-bottom:10px;
}

#company #content #alpha h4 a {
/*	color:#74b936;
	text-decoration:none;*/
}


.contact-box .small-11{
font-size:85%;
}

