@charset "UTF-8";
/*------------------------------------
 CSS Information
 
  Site URL: /biz/sanitation/konnichiwa/naruhodo/clothes.html
  File name: circularlist.css(/excludes/biz/css/sanitation/konnichiwa/naruhodo/circularlist.css)
  Summary: お役立ちニュースレター ～こんにちは　ダスキンです～ 詳細ページ用CSS
  Created: 2017-03-09
  Last update: 
  Author: DDuet Iwai
 
  Order of description
------------------------------------*/
/* ===================================================================
    Common
=================================================================== */
.mR0{
	margin-right:0px;
}

/* ===================================================================
    Mainconter
=================================================================== */
.maincontainer_in {
	background-color: #F8F8F8;
	padding-bottom: 30px;
}

@media only screen and (max-device-width:767px) {
.maincontainer_in {
	padding-top: 80px;
	padding-bottom: 0;
	margin-bottom: 30px;
}
}

/* ===================================================================
    MainVisual
=================================================================== */
.circularlist_title{
	padding-top: 20px;
}


/* ===================================================================
    lecture
=================================================================== */
.circularlist_content{
	width: auto;
	float: none;
}

/* ===================================================================
    Title
=================================================================== */
#circularlist_index {
	width: 980px;
	margin: 0 auto;
}
.circularlist_content .title_section {
	padding: 20px 0 20px 260px;
  background: #fff;
}

#circularlist_index h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 162.5%;
    color: #ffffff;
    background-color: #ff9933;
    width: 440px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}
#circularlist_index .back {
	background-color: #006699;
	width: 125px;
	height: 55px;
	font-weight: bold;
	display: inline-block;
	border-radius: 10px;
	line-height: 55px;
	text-align: center;
	margin-left: 115px;
	transition: background-color 1s;
}
#circularlist_index .back:hover {
	background-color: #FFBF11;
}
#circularlist_index  .back a{
	font-size: 150%;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
@media only screen and (max-device-width:767px) {
	
.circularlist_title h1.only_sp{
	margin:0 5px;
	}
	
#circularlist_index {
	width: auto;
	margin: 0 auto;
}
.circularlist_content .title_section {
	margin: 15px 5px;
	text-align: center;
	padding: 20px;
}
#circularlist_index h2 {display: inline-block;font-weight: bold;font-size: 132.5%;color: #ffffff;background-color: #ff9933;text-align: center;height: 60px;width: 98%;line-height: 60px;margin-bottom: 10px;}
#circularlist_index .back {background-color: #006699;width: 125px;height: 50px;font-weight: bold;display: inline-block;border-radius: 10px;line-height: 50px;text-align: center;margin-left: 0px;}
#circularlist_index  .back a{
    font-size: 150%;
    font-weight: bold;
	color:#FFF;
	text-decoration: none;
}
}
/* ===================================================================
   File Section
=================================================================== */
#circularlist_index h3 {
	width: 910px;
	margin: 0 auto;
}
#circularlist_index .file_section {
    background-color: #FFF;
    padding: 30px 10px;
}
#circularlist_index .file_list {
     display: inline-block;
    margin: 30px 30px;
    width: 930px;
}
#circularlist_index .file_list .box01 {
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 198px;
    padding: 24px 10px;;
    line-height: 1.3;
    background-color: #f7f7f8;
}
#circularlist_index .file_list img.photo01 {
	width: 193px;
	min-height: 250px;
	margin-bottom: 15px;
}
#circularlist_index .file_list p.txt01 {
}
#circularlist_index .file_list a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media only screen and (max-device-width:767px) {
#circularlist_index h3 {
	width:96%;
}
#circularlist_index .file_section {
    width: 90%;
    margin: 0 auto;
}
#circularlist_index .file_list {
    width: 100%;
    margin: 30px auto;
}
#circularlist_index .file_list .box01 {
	  float: none;
    width: 80%;
    margin: 10px auto;
}
#circularlist_index .file_list img.photo01 {
	    width: 75%;
}
#circularlist_index .file_list p.txt01 {
}
}
/* ===================================================================
   btn_back
=================================================================== */
.point_bottom{
	width: 840px;
	margin: 0 auto;
}
@media only screen and (max-device-width:767px) {
.point_bottom{
	width: 90%;
	margin: 0 auto;
	padding-top: 0px;
}
}
/* 3/13/20 fix line height*/
#circularlist_index  .back a{
	line-height: inherit;
}
/* fix paddin-top */
@media only screen and (max-device-width:767px) {
	.maincontainer_in {
		padding-top: 0;
	}
}