@charset "utf-8";
/* smart.CSS */

/* SITE：Art Bureau Co.,Ltd.
______________________________________*/

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
/*
/*
/*==========================================*/
/*
/*
/* #01  ヘッダ
/* #011 ナビ
/*
/**********************************************************************/
/* #01 ヘッダ                                                         */
/**********************************************************************/

header
{
	height:50px;
}

#logo
{
	margin-top:6px;
}

#logo img
{
	width:80%;
	height:80%;
}

/* #011 ナビ                                                         
/**********************************************************************/

nav ul li
{
	width:100%;
	text-align:center;
}

nav ul li a
{
	border-top:none;
	text-decoration:none;
}

nav ul li a:hover
{
	border-top:none;
	text-decoration:none;
}

#right-menu
{
	display:block;
	float:right;
	width:50px;
	height:50px;
	background:url(../images/menu_btn.png) no-repeat;
}

/**********************************************************************/
/* #02  メイン                                                        */
/**********************************************************************/

#main
{
	/*width:100%;*/
	padding:50px 0 0 0;
}


/* #021 タイトル                                                         
/**********************************************************************/

#contents h2
{
	margin-left:15px;
	margin-right:15px;
}

#contents p.comment
{
	padding-left:15px;
	padding-right:15px;
}


/* #022 一覧                                                         
/**********************************************************************/

#contentinner
{
	padding-left:15px;
	padding-right:15px;
}

/**********************************************************************/
/* #03  コンテンツ                                                    */
/**********************************************************************/

.center
{
	text-align:center;
}

/* #031 サービスリスト                                                         
/**********************************************************************/

#contentinner ul.list li
{
	float:left;
	width:100%;
	padding-bottom:50px;
}

#contentinner ul.list li h3
{
	line-height:60px;
	font-family: Shin Go Heavy;
	font-size:20px;
}

#contentinner ul.list li div.listinner
{
	padding-right:0;
}

#contentinner ul.list li img
{
	float:left;
	width:60px;
	height:60px;
	margin-bottom:10px;
}

#contentinner ul.list li p
{
	clear:both;
}


/* #032 詳細                                                        
/**********************************************************************/

#contents div.block ul
{
	/*clear:both;
	float:left;*/
	width:100%;
	margin-left:0;
	text-align:center;
}

#contents div.block ul li
{
	display:block;
	float:left;
	margin-left:0;
	/*width:100%;
	height:100%;*/
	/*margin-left:18px;*/
	text-align:center;
}

#contents div.block h3
{
	font-size:20px;
	font-family: Shin Go Heavy;
}

#contents div.block ul li.ttl
{
	clear:both;
	float:left;
	width:100%;
	height:20px;
	/*background:url(../images/ttl_bk.png) no-repeat;*/
}

#contents div.block ul li.ttl h4
{
	text-align:left;
	font-size:14px;
	line-height:20px;
}

#contents div.block ul li.color01
{
	background:url(../images/ttl_bk_g.png) repeat-x;
	border:none;
}

#contents div.block ul li.color02
{
	background:url(../images/ttl_bk_n.png) repeat-x;
	border:none;
}

#contents div.block ul li.color03
{
	background:url(../images/ttl_bk_w.png) repeat-x;
	border:none;
}

#contents div.block ul li.color04
{
	background:url(../images/ttl_bk_e.png) repeat-x;
	border:none;
}

#contents div.block ul.center li
{
	width:100%;
	text-align:center;
}


/* #033 概要                                                        
/**********************************************************************/

#contents dl dt
{
	float:left;
	width:100%;
	color:#666;
}

#contents dl dd
{
	padding-left:0;
}

#contentinner iframe
{
	width:100%;
	margin-top:20px;
}

/* #034                                                       
/**********************************************************************/