@charset "UTF-8";

/*
Theme Name: SP Planning
Version: 1.1
*/


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac */ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */



/****************************** General Styles ******************************/
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	line-height:1.8em;
	background: #fdfdfd;
}

.fl {float: left;}
.fr {float: right;}
.center {text-align: center;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 12px;
}

h3 {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #f18b00;
	}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.8em;
	margin-bottom: 10px;
}

div.blankSeparator {
	height: 1px;
	margin-bottom: 30px;
	display: block;
}

div.sepContainer {
	height: 1px;
	background: url('img/dotLine.png') 0 0 repeat-x;
	display: block;
	margin: 30px 0 35px 0;
}

span.imgl {
	float: left;
	margin: 0 30px 35px 0;
}

span.imgr {
	float: right;
	margin: 0 0 35px 30px;
}

span.color {
	color: #f18b00;
}

span.bold {
	font-weight: bold;
}



/******************************* Structure Styles *******************************/
div.centerContainer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

div#leftContainer {
	width: 280px;
	margin-right: 25px;
}

div#rightContainer {
	width: 655px;
}





/******************************* Top Container *******************************/
div#topContainer {
	background: url('img/topBGPattern.png') repeat-x;
	height: 182px;
}

	div#topContainer h1 {
	margin-top: 10px;
	}
	
	div#topContainer .logo {
	margin-top: 20px;
	}

	div#topContainer .tel {
	margin-top: 20px;
	}





/******************************* Global Navigation *******************************/
ul#gnav {
	width: 960px;
	list-style: none;
	margin-left: 80px;
}

ul#gnav li {
	float: left;
}

ul#gnav li a {
	display: block;
	height: 70px;
	background-image: url(img/gNav.png);
	text-indent: -9999px;
}

ul#gnav li a.nav01 {
	width: 160px; background-position: 0 0;	
}

ul#gnav li a.nav02 {
	width: 160px; background-position: -160px 0;	
}

ul#gnav li a.nav03 {
	width: 160px; background-position: -320px 0;	
}

ul#gnav li a.nav04 {
	width: 160px; background-position: -480px 0;	
}

ul#gnav li a.nav05 {
	width: 160px; background-position: -640px 0;	
}

ul#gnav li a.nav06 {
	width: 160px; background-position: -800px 0;	
}	
	
ul#gnav li a.nav01:hover, ul#gnav li a.nav01:focus {
	background-position: 0 -70px;	
}

ul#gnav li a.nav02:hover, ul#gnav li a.nav02:focus {
	background-position: -160px -70px;	
}

ul#gnav li a.nav03:hover, ul#gnav li a.nav03:focus {
	background-position: -320px -70px;	
}

ul#gnav li a.nav04:hover, ul#gnav li a.nav04:focus {
	background-position: -480px -70px;	
}

ul#gnav li a.nav05:hover, ul#gnav li a.nav05:focus {
	background-position: -640px -70px;	
}

ul#gnav li a.nav06:hover, ul#gnav li a.nav06:focus {
	background-position: -800px -70px;	
}	

ul#gnav li a.nav01on {
	width: 160px; background-position: 0 -70px;	
}

ul#gnav li a.nav02on {
	width: 160px; background-position: -160px -70px;	
}

ul#gnav li a.nav03on {
	width: 160px; background-position: -320px -70px;	
}

ul#gnav li a.nav04on {
	width: 160px; background-position: -480px -70px;	
}

ul#gnav li a.nav05on {
	width: 160px; background-position: -640px -70px;	
}

ul#gnav li a.nav06on {
	width: 160px; background-position: -800px -70px;	
}

a { outline: none; }





/******************************* Slider Container *******************************/
div#sliderContainer {
	background: url('img/visualBG.png') 0 0 repeat-x;
	height: 405px;
	position: relative;
	padding-top: 20px;
}

div#titleContainer {
	background: url('img/titleBG.png') 0 0 repeat-x;
	height: 200px;
}

	div#titleContainer h2 {
		margin: 50px 0 0 10px;
		
	}

div#breadcrumbsContainer {
	margin-top: 72px;
}





/******************************* Page Container *******************************/
div#pageContainer {
	width: 655px;
}

	div#pageContainer div.column {
		padding: 30px 30px;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	
	div#pageContainer div.framebottom {
		height: 4px;
		margin-bottom: 50px;
		background: url(img/framebottom.png) no-repeat;
	}		

div#pageContainer a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}



/******************************* Sidebar Container *******************************/
div#sidebarContainer {
	width: 280px;
	margin-right: 25px;
}

	div#sidebarContainer a {
		color: #f18b00;
	}
	
	div#sidebarContainer a:hover { 
		text-decoration: underline;
	}
	
div#sidebarContainer div.sidebox {
	margin-bottom: 25px;
}
	
	div.sidebox a:hover img{
		filter: alpha(opacity=80);
		-moz-opacity:0.8;
		opacity:0.8;
	}
	
	div.sidebox ul {
	}
	
		div.sidebox ul li {
			margin-bottom: 5px;
		}
		
dl#sideMenu {
}
	
	dl#sideMenu dt { 
	}
	
	@-moz-document url-prefix() {
	dl#sideMenu dt { 
		margin-bottom: -7px;
	}
	}
	
	dl#sideMenu dd {
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	
	dl#sideMenu ul li {
		border-bottom: 1px solid #e1e5e9;
		padding: 20px;
		background: url('img/sidebarPoint.png') 92% center no-repeat;
	}
	
	dl#sideMenu .noBottomBorder {
		border-bottom: none !important;
		overflow: hidden;
	}

div#sidebarContainer div.sideBottom {
	height: 4px;
	margin-bottom: 25px;
	background: url(img/sideBottom.png) no-repeat;
	}





/******************************* News Content *******************************/
div#pageContainer div.newsCol {
		padding: 20px 30px 0 30px;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
}

dl#newsList {
	position: relative;
	display: inline-block;
}

	dl#newsList dt {
		font-weight: bold;
		width: 10em;
		float: left;
		margin: 0 10px 8px 0;
	}
	
	dl#newsList dd {
		width: 460px;
		float: left;
		margin: 0 0 8px 0;
	}
	
		dl#newsList div.dotSep {
			padding: 23px 0;
			background:url(img/dotLine.png) 0 32px repeat-x;
		}

.readmore {
	padding-bottom: 8px;
	text-align: right;
}

div.newsTitle {
	width: 655px;
	height: 45px;
	background:url(img/newsh2.png) left top no-repeat;
}

	div.newsTitle h3 {
		font-size: 16px;
		padding: 13px 0 0 29px;
	}
	
	div.newsTitle a {
	color: #7f7f7f;
	}

	div.newsTitle a:hover {
	text-decoration: none;
	color: #f18b00;
	}
	
div.newsinfo {
	margin-top: 35px;
}
	
	div.newsinfo .member {
		margin-right: 10px;
	}
	
	div.newsinfo .date {
		background:url('img/date.png') left no-repeat;
		padding: 5px 0 0 20px;
		margin-right: 10px;
	}
		
	div.newsinfo .cate {
		background:url('img/cate.png') left no-repeat;
		padding: 5px 0 0 21px;
		margin-right: 10px;
	}

	div.newsinfo .tag {
		background:url('img/tag.png') left no-repeat;
		padding: 5px 0 0 20px;
	}

div.headline{
	
}
	div.headline h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	div.headline h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	div.headline h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	div.headline h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	div.headline h5 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	div.headline h6 {
		font-size: 10px;
		margin-bottom: 10px;
	}




/******************************* Website Production  *******************************/
table#priceTable {
	margin-bottom: 20px;
}

	table#priceTable th {
		background:#f2f2f2;	
		padding:10px;
		text-align: center;
		border: 1px solid #cccccc;
	}
	
	table#priceTable td {
		padding:10px;
		text-align: center;
		border: 1px solid #cccccc;
	}

div.idea {
	padding: 15px;
	background: #fafafa;
}

h4.strong {
	font-size: 14px;
	font-weight: bold;
	color: #f18b00;
}




/******************************* Works  *******************************/
h4.webtitle {
	font-size: 16px;
	color: #f18b00;
	margin: 20px 0 5px 0;
}

span.worksLink {
	background: url(img/worksLink.png) no-repeat;
	padding: 3px 0 0 20px;
}

table.printTable {
	width: 100%;	
}

	table.printTable tr {
	text-align:center;
	vertical-align:top;
	}
	
	table.printTable td {
	width:25%;
	padding-bottom:30px;
	}
	
table.noboriTable {
	width: 100%;	
}

	table.noboriTable tr {
	text-align:center;
	vertical-align:top;
	}
	
	table.noboriTable td {
	width:25%;
	padding-bottom:30px;
	}
	
table.signTable {
	width: 100%;
}

	table.signTable tr {
		text-align:center;
		vertical-align:top;
	}
	
	table.signTable td {
		width:33%;
		padding-bottom:30px;
	}





/******************************* Sales Promotion Tools  *******************************/
table.infoTable {
	margin-top: 25px;
}

	table.infoTable th {
		padding:10px;
		text-align: center;
		border: 1px solid #cccccc;
		background:#f2f2f2;	
	}
	
	table.infoTable td {
		padding:10px;
		text-align: center;
		border: 1px solid #cccccc;
	}

p.nobori {
	margin-top: 55px;
}

span.noboriImg {
	float: left;
	margin: 0 30px 0 0;
}

table#printTable {
	width: 100%;
	border-collapse:collapse;
}

	table#printTable th {
		padding:10px 5px;
		text-align: center;
		border: 1px solid #cccccc;
		background:#f2f2f2;	
	}
		
	table#printTable td {
		padding:10px 5px;
		text-align: center;
		border: 1px solid #cccccc;
	}





/******************************* Company Information *******************************/
table.companyTable {
	width: 595px;
	border-collapse:collapse;
	margin-bottom: 10px;
}

	table.companyTable th {
		background:#f0f0f0;	
		padding:15px;
		border: 1px solid #fff;
		font-weight: bold;
	}
	
	table.companyTable td {
		background: #f9f9f9;
		padding:15px;
		border: 1px solid #fff;
	}


	


/******************************* Contact *******************************/
table.contactTable {
	width: 595px;
	border-collapse:collapse;
	margin: 25px 0 10px 0;
}

	.contactTable th {
		background:#f0f0f0;	
		padding:15px;
		border: 1px solid #fff;
		font-weight: bold;
	}
	
	.contactTable td {
		background: #f9f9f9;
		padding:15px;
		border: 1px solid #fff;
	}

span.red {
	font-size: 10px;
	font-weight: lighter;
	color: red;
}





/******************************* Frequently Asked Question *******************************/
div.question span.imgl {
	float: left;
	margin: 0;
	padding: 0 15px 20px 0;
}

	div.question p {
		padding-top: 5px;
	}

	div.question span.strong {
		font-size: 14px;
		font-weight: bold;
		color: #f18b00;	
	}
	
div.answer span.imgl {
	float: left;
	margin-right: 15px;
}

	div.answer p {
		padding-top: 5px;
	}





/******************************* Sitemap *******************************/
ul#sitemap {
	font-weight: bold;
}

	ul#sitemap li {
		margin: 0 0 10px 0;
		padding: 15px
		 0 24px 0;
		background:url(img/dotLine.png) repeat-x left bottom;
	}
	
	ul#sitemap li a {
		background: url(img/sqPlus.png) no-repeat 0px 0px;
		padding: 2px 0 0 25px;
	}

		ul#sitemap li ul {
			width: 270px;
			background: none;
		}
		
			ul#sitemap li ul li {
				padding: 0 0 0 0;
				margin: 15px 0px 0px 13px;
				background: none;
				font-weight: normal;
			}

			ul#sitemap li ul li a {
				padding: 0px 0px 0px 12px;
				margin: 0px 0px 0px 0px;
				background: none;
				font-weight: normal;
			}





/******************************* Privacy Policy *******************************/
dl#policyList {
}

	dl#policyList dt {
		font-size: 14px;
		font-weight: bold;
		color: #f18b00;
		margin-bottom: 5px;
	}

	dl#policyList dd {
		margin-bottom: 35px;
		
	}





/******************************* Footer Container *******************************/
div#footerContainer {
	color: #ccc;
	min-height: 430px;
	background: url('img/footerBGpattern.png') 0 0 repeat-x;
}

	div#footerContainer a {
	color: #ccc;
	}

dl.fnavCol {
	float: left;
	width: 192px;
	margin-top: 40px;
}

	dl.fnavCol dt {
		font-weight: bold;
		margin-bottom: 8px;
		padding: 0 0 0 18px;
		background: url(img/arrow01.png) 0 3px no-repeat;
	}
	
	dl.fnavCol dd ul li { 
		margin-bottom: 8px;
		padding: 0 0 0 18px;
		background: url(img/arrow02.png) 3px 6px no-repeat;
	}
	
div#footerBottom {
	margin-top: 65px;
}

	div#footerBottom ul li{
		display: inline;
		margin-right: 15px;
		padding: 0 0 0 18px;
		background: url(img/arrow02.png) 3px 3px no-repeat;
	}

div.footerSeprator {
	width: 750px;
	height: 2px;
	margin: 5px 0 11px 0;
	background: url(img/bottomBorder.png) repeat-x;
}

#footerContainer .footerLogo {
	margin-top: 72px;
}





/******************************* To Top Container *******************************/
#footerContainer #toTopContainer {
	width: 180px;
	height: 30px;
	float: right;
	background: url('img/toTopBG.png') 0 0 no-repeat;
}

#footerContainer #toTopContainer ul#social {
	display: inline;
}

#footerContainer #toTopContainer ul#social li a {
	display: block;
	float: left;
	height: 16px;
	background-image: url(img/social.png);
	text-indent: -9999px;
}

#footerContainer #toTopContainer ul#social li a.over01 {
	width: 16px; background-position: 0 0;
	margin: 9px 0 0 15px;
}

#footerContainer #toTopContainer ul#social li a.over02 {
	width: 16px; background-position: -16px 0;
	margin: 9px 0 0 10px;	
}
	
#footerContainer #toTopContainer ul#social li a.over01:hover, #footerContainer #toTopContainer ul#social li a.over01:focus {
	background-position: 0 -16px;	
}

#footerContainer #toTopContainer ul#social li a.over02:hover, #footerContainer #toTopContainer ul#social li a.over02:focus {
	background-position: -16px -16px;	
}

#footerContainer #toTopContainer #toTop {
	width: 110px;
	height: 30px;
	float: right;
}

#footerContainer #toTop a {
	display: block;
	float: left;
	height: 30px;
	background-image: url(img/toTop.png);
	text-indent: -9999px;
}

#footerContainer #toTop a.rollover {
	width: 110px; background-position: 0 0;	
}

#footerContainer #toTop a.rollover:hover, #footerContainer #toTop a.rollover:focus {
	background-position: 0 -30px;	
}