/* -----------------------------------------------
	共通設定
----------------------------------------------- */

body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color:#333333;
	font-size:13px;
	line-height: 200%;
	background-color:#ffffff;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
img {
	border:none;
}
a{
	color:#ff0000;
	text-decoration:underline;
	border:none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none;
}
h1,h2,h3,h4{
	margin: 0px;
	padding:0px;
	border:none;
}
.none {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.left{
	float:left;
}




/* -----------------------------------------------
	padding-margin
----------------------------------------------- */
.top3{
	margin-top:3px;
}
.top5{
	margin-top:5px;
}
.top10{
	margin-top:10px;
}
.top15{
	margin-top:15px;
}
.top20{
	margin-top:20px;
}
.right5 {
	margin-right: 5px;
}
.right10 {
	margin-right: 10px;
}
.right15 {
	margin-right: 15px;
}
.right20 {
	margin-right: 20px;
}
.bott5 {
	margin-bottom: 5px;
}
.bott10 {
	margin-bottom: 10px;
}
.bott15 {
	margin-bottom: 15px;
}
.bott20 {
	margin-bottom: 20px;
}
.left5{
	margin-left:5px;
}
.left7{
	margin-left:7px;
}
.left8{
	margin-left:8px;
}
.left10{
	margin-left:10px;
}
.left15{
	margin-left:15px;
}
.left20{
	margin-left:20px;
}





/* -----------------------------------------------
    font
------------------------------------------------*/
.red {
	color: #FF0000;
}



/* -----------------------------------------------
	layout
----------------------------------------------- */
.box {
	background-color:#fffcdc;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.box1 {
	background-color: #fbe6ef;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.box3 {
	background-color: #d9f2fc;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.box4 {
	background-color: #ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: -10px;
}
.box p {
	padding: 10px;
}

.box1 p {
	padding: 10px;
}

.box2 {
	background-color:#fff68c;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	width: 925px;
}

.sceen_box {
	background-color:#fadce9;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding:20px;
}
.sceen_text {
	padding: 8px;
	width: 259px;
	line-height: 150%;
}
.f11_120 {
	font-size: 11px;
	line-height: 120%;
}
.f11 {
	font-size: 11px;
	line-height: 140%;
}
.f13 {
	font-size: 13px;
}
.f15 {
	font-size: 15px;
}
.copy {
	color: #FFF;
	text-align:center;
	background-color: #00a7eb;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding:5px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.gray {
	color:#474747;
}
.contact_area {
	border-radius: 8px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color:#fff68c;
	margin: 0px;
	line-height: 150%;
	font-size: 12px;
}
.contact_area p {
	padding-left:5px;
}

.contact_title {
	border-bottom:1px solid #cccccc;
	padding-bottom: 10px;
	font-weight: bold;	
}
.contact_table {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-collapse: collapse;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 700px;
}
.contact_table th {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	color: #333;
}
.contact_table td {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	background:#fff;
}
.contact_area1 {
	background-color:#efefef;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
	width: 800px;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;
}



/* -----------------------------------------------
	2015/8/10追加
----------------------------------------------- */
.mn_area {
	height: 40px;
	width: 980px;
	margin-bottom: 20px;
	background-color:#e62e8b;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	line-height: 100%;
	font-weight: bold;
}
.mn_area ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mn_area ul li {
	float: left;
	width: 16%;
	padding-top: 15px;
	font-size:14px;
	color: #FFF;
}
.mn_area ul li a {
	color: #FFF;
	text-decoration:none;
}
.mn_area ul li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration:none;
}
.top_center_area {
	width: 700px;
	margin-bottom: 30px;
	margin-top: 30px;
	float:left;
}
.center_area {
	width: 850px;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.side_area {
	float: right;
	width: 250px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer_area .footer_mn {
	padding: 0px;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 500px;
	font-size: 11px;
}
.footer_area .footer_mn li {
	text-align:center;
	float: left;
	width: 25%;
}
.footer_area .footer_mn li a {
	text-decoration:none;
	color: #000;
}
.footer_area .footer_mn li a:hover {
	text-decoration:underline;
}
.news_area {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom:2px #cccccc solid;
	min-height:200px;
}
.news_area ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_area ul li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
	line-height: 150%;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(../img/icon_01.jpg);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	border-bottom:1px #eeeeee solid;
}
.news_area ul li a {
	text-decoration:none;
}
.title {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00a7eb;
	color: #222222;
}
.pink {
	color: #e62e8b;
}
.blue {
	color: #036EB8;
}

.work_sample_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.work_sample_list li {
	padding: 1%;
	width: 23%;
	float: left;
}
.center_area .work_sample_list li img {
	text-align: center;
}

.print_maker {
	font-size: 18px;
	border-left:5px solid #00a7eb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.print_table {
	width:100%;
	border-top: 1px solid #DFD9CA;
	border-left: 1px solid #DFD9CA;
	border-bottom: 1px solid #DFD9CA;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.print_table th {
	padding: 8px;
	border-right: 1px solid #DFD9CA;
	border-bottom: 1px solid #DFD9CA;
	color: #333;
	background-color: #F3F3E9;
}
.print_table td {
	padding: 8px;
	border-right: 1px solid #DFD9CA;
	border-bottom: 1px solid #DFD9CA;
}
.print_table2 {
	width:100%;
	border-top: 1px solid #DFD9CA;
	border-left: 1px solid #DFD9CA;
	border-bottom: 1px solid #DFD9CA;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.print_table2 th {
	padding: 8px;
	border-right: 1px solid #DFD9CA;
	border-bottom: 1px solid #DFD9CA;
	color: #333;
	background-color: #F3F3E9;
}
.print_table2 td {
	padding: 8px;
	border-right: 1px solid #DFD9CA;
	border-bottom: 1px solid #DFD9CA;
}

.company_table {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1dbc2;
	border-bottom-color: #e1dbc2;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

.company_table tr th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1dbc2;
}
.company_table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1dbc2;
	background-color:#f9f8f3;
	padding: 10px;
}
.header_h1 {
	font-size: 25px;
	line-height: 100%;
	padding-top: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.print_maker_list{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.print_maker_list a{
	background-color:#a39771;
	color:#fff;
	width:22%;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	text-align:center;
	text-decoration:underline;
	font-weight: bold;
}
.print_maker_list a:hover{
	color:#333333;
	background-color:#DFD9CA;
	text-decoration:none;
}
.guide_test_list {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.guide_test_list li {
	margin-bottom: 15px;
}
.work_category {
	font-size: 18px;
	font-weight: bold;
	border-left:5px solid #00a7eb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.tem_category_list{
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.tem_category_list a{
	width:30%;
	float:left;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align:center;
	text-decoration: none;
	font-size: 15px;
}
.tem_category_list a:hover{
	text-decoration:none;
	color:#fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: none;
}