@charset "utf-8";

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

Hello!
 ____   ___ ___ _   _ _____  ____      _    ____   ___              
|  _ \ / _ \_ _| \ | |_   _ |  _ \    / \  / ___| |_ _ _ __   ___   
| |_) | | | | ||  \| | | |  | |_) |  / _ \| |  _   | || '_ \ / __|  
|  __/| |_| | || |\  | | |  |  _ <  / ___ \ |_| |  | || | | | (__ _ 
|_|    \___/___|_| \_| |_|  |_| \_\/_/   \_\____| |___|_| |_|\___(_)


POINTRAG Inc.  May 2013.                                                                  

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



/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */


/* 基本フォント ------------------------------ */

body {
	color: #333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.5;
    
}


html, body { height:100%; }


html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

/*
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}  */

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/

.font-2 {
	font-size: 98%;
	line-height:20px;
	font-weight:100;
	font-family: Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}

#scroller {
	position:fixed;
	top:317px;
	left:0;
	width:32px;
}

/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}



img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}



/* 基本テキストリンク ------------------------------ */

a {
	overflow: hidden;
}

a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #666699;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}
a:active {
	color: #0066cc;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */


/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}



/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 100%;
	min-width:980px; 
	margin: 0 auto;
	text-align: left;
	background-image:url(../img/cont_bg.png);
	background-repeat:repeat
}

/* --------------------------------------------------------------------------------------
 共通CSS
--------------------------------------------------------------------------------------- */

.leftblock {
	float: left;
}

.rightblock {
	float: right;
}

.m-5 {
	margin-bottom:5px;
}
.m-10 {
	margin-bottom:10px;
}
.m-15 {
	margin-bottom:15px;
}
.m-20 {
	margin-bottom:20px;
}
.m-30 {
	margin-bottom:30px;
}

::selection { background: #f9fc03; }

::-moz-selection { background: #f9fc03; }

/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

div#header {
	width: 980px;
	height:111px;
	margin: 0 auto;
	margin-top:0px;
	padding: 0 20px;	
}

div#header .leftblock {
	width: 500px;
	margin-top:32px;
}

div#header #toptext {
	color: #606060;
	font-size: 10px;
	font-weight: lighter;
	margin-bottom:15px;
}

div#header #logo {
}

div#header .rightblock {
	width: 211px;
	text-align: right;
	margin-top:25px;
}

div#headerimgbg {
	background-image:url(../img/header_back.gif);
	background-repeat: repeat-x; 
	width:100%;
	min-width:980px;
	height: 111px;
	clear:both ;
}


/* --------------------------------------------------------------------------------------
 sliderback
--------------------------------------------------------------------------------------- */

div#sliderback {
	background-image:url(../img/slider_back.gif);
	background-repeat: repeat; 
	width:100%;
	min-width:980px;
	height: 360px;
	clear:both ;
	padding: 20px 0;
	z-index: 1;
}

div#sitetitle {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

div#headerimg {
	position: relative;
	width: 940px;
	margin: 0 auto;
	
}

h2#maintitle {
	color:#ddf2ca;
	font-size:13px;
	font-weight:200;
	text-shadow:-1px 0px 0px #888,0px 0px 1px #d3e4bf;
	/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
/*	font-family: '小塚ゴシック Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka','メイリオ','Meiryo',sans-serif; */
}

#headerimg #mainimg {
	margin-top: 20px;
}

div#underimg {
	width: 900px;
	margin: 0 auto;
	text-align : center ;
}

div#subtext{
	float:left;
	margin-right: 10px;
	text-align : right;
	padding-top:6px;
}

div#underimg maintext {
	float:right;
}

div#center-sub {
	width: 640px;
	margin-left : auto ; 
	margin-right : auto ;
	text-align : center ;
}

h2#maintext {
	vertical-align:text-top;
	color:#F36;
	font-size:27px;
	letter-spacing:-0.05em;
	text-decoration: none;
	font-weight:700;
	text-shadow: 0px 1px 1px rgba(0,5,0,.2);
	/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
/*	font-family:Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif; */
}

div.break {
	width: 900px;
	text-align : center ;
	margin-left : auto ; 
	margin-right : auto ;
	clear:both ;
	margin: 12px 0;
}
	
div.break2 {
	width: 900px;
	text-align : center ;
	margin-left : auto ; 
	margin-right : auto ;
	clear:both ;
}

div.break3 {
	width: 900px;
	text-align : center ;
	margin-left : auto ; 
	margin-right : auto ;
	clear:both ;
}

div.break4 {
	width: 900px;
	text-align : center ;
	margin-left : auto ; 
	margin-right : auto ;
	clear:both ;
	margin: 0 0 12px 0;
}


/* --------------------------------------------------------------------------------------
   slider    
--------------------------------------------------------------------------------------- */


.wideslider {
	width: 100%;
	min-width:980px; 
	height: 349px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.png) no-repeat right center;}
.slider_next {background: #fff url(../img/next.png) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
/*
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}*/
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* --------------------------------------------------------------------------------------
 Navi
--------------------------------------------------------------------------------------- */

div#navimenu {
	width:100%;
	min-width:980px;
	height:43px;
    background-color:#569c1c;
	border-bottom:1px solid #42860b;
	border-top:1px solid #8fbf69;
/*	z-index: 2;  */
}
/* --------------------------------------------------------------------------------------
   Navi Menu    
--------------------------------------------------------------------------------------- */


div#navimenu ul li {
	font-size:14px; 
	/*font-family:Arial, Helvetica, sans-serif;*/
	line-height:21px;
	text-align:left;
}

#menu {
	list-style:none;
	width:980px;
	margin:0px auto 0px auto;
	height:43px;
/*	padding:0px 20px 0px 20px; */
	

	/* Rounded Corners */
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;  */

	/* Background color and gradients */
	/*
	background: #569c1c;
	background: -moz-linear-gradient(top, #5eab1f, #569c1c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#569c1c), to(#5eab1f));
	
	/* Borders */
	/*
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	*/
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:30px;
	margin-top:7px;
	border:none;
	z-index: 100;
	
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #f0f7ea;
	background: -moz-linear-gradient(top, #f0f7ea, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f7ea), to(#EEEEEE));

	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
/*	font-family:Arial, Helvetica, sans-serif;  */
	font-size:14px; 
	color: #e8ece3;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #2fa909;
	
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	z-index: 4;
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
/*	background:#f0f7ea;
	background: -moz-linear-gradient(top, #f0f7ea, #dae6cf);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f7ea), to(#dae6cf)); */
	background-color:#f0f7ea;
     filter:alpha(opacity=95);
     -moz-opacity:0.95;
     -khtml-opacity: 0.95;
     opacity:0.95;
	/*
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9; */
 
	
/*	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));   */

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 310px;}
.dropdown_2columns {width: 230px;}
.dropdown_3columns {width: 640px;}
.dropdown_4columns {width: 230px;}
.dropdown_5columns {width: 230px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
/*.col_6,
.col_7  */
 {
	display:inline;
    float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:300px;}
.col_2 {width:220px;}
.col_3 {width:190px;}
.col_4 {width:220px;}
.col_5 {width:220px;}
.col_6 {width:630px;}
.col_7 {width:240px;}

.col_3,
.col_7 { float: left;}


#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;  
}
#menu h2 {
	font-size:15px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
/*
.imgshadow { /* Better style on light background */
/*	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
/*	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}*/

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#f4f4f4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:85%;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


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

	運営WEB一覧

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

div#uneiweb-title {
	width:100%;
	min-width:980px; 
	height: 40px; 
	text-align: center;
	background-color:#6bb130;
	padding-top: 16px;
	clear:both;
	border-top:1px solid #5a942a;
	margin-top:30px;
}

div#uneiweb-title2 {
	width:980px;
	margin: 0 auto;
	text-align:left;	
}


div#uneiweb {
	width:100%;
	min-width:984px; 
	height: 1000px; 
	text-align: center;
	background: #fff url(../img/bg.png) repeat top left;
	clear:both;
	padding-top: 25px;
}

.da-thumbs {
	list-style: none;
	width: 984px;
	height: 510px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	/*text-transform: uppercase; */
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	/*border-bottom: 1px solid rgba(255,255,255,0.5); */
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.da-thumbs li a div span2 {
	display: block;
	padding: 5px 0;
	margin: 10px 0 20px 0;
	/*text-transform: uppercase; */
	font-size:1.2em;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
/*	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);*/
}

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

	footer Navi

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

div#footernavi_bg {
	width:100%;
	min-width:980px; 
	height: 260px; 
	text-align: center;
	background-color:#f3fdeb;
	padding-top: 15px;
	clear:both;
	border-top:1px solid #deebd4;
}

div#footernavi {
	width:960px;
	margin: 0 auto;
	text-align:left;
}

div#footernavi span {
	font-size: 1.2em;
	font-weight:bold;
    line-height: 3;
}

div#fnavi1 {
	width:100px;
	float:left;
	line-height: 2;
	
	
}
div#fnavi2 {
	width:230px;
	float:left;
	line-height: 2;
	border-left:1px solid #deebd4;
	padding-left:30px;
}

div.fnavi3 {
	width:160px;
	float:left;
	line-height: 2;
	border-left:1px solid #deebd4;
	padding:30px 0 0 30px;
}
div#fnavi4 {
	width:170px;
	float:left;
	line-height: 2;
	padding-left:30px;
}
div#fnavi5 {
	width:170px;
	float:left;
	line-height: 2;
	padding-left:30px;
	border-left:1px solid #deebd4;
}






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

	s-slider

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

div#sslider {
	width:100%;
	min-width:980px;
	height:280px;
    background-color:#569c1c;
	border-top:1px solid #509c11;
	border-bottom:1px solid #4d7f24;
}



#slide_container {
	width: 980px;
	margin:0 auto;
	padding: 15px 5px 15px 0;

}
#slider_boxbg{
	width:980px;
	height:250px;
	background:transparent url(../img/slide_bg.png) no-repeat top left;
}



#carousel {
	margin: 0 auto;
	padding:20px 20px 0 20px;
	width: 910px;
	height: 250px; 
	text-align: left;
	position: relative;
}

#carousel_prev,
#carousel_next {
	top: 37px;
	width: 20px;
	height: 164px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -25px;
	background:transparent url(../img/prev_img.png) no-repeat top left;
}
#carousel_next {
	right: -25px;
	background:transparent url(../img/next_img.png) no-repeat top left;
}

#carousel ul li {
	width: 233px;
	float: left;
	display: inline;
}

#carousel ul li img{
	margin-bottom:3px;
}
#carousel ul li p{
	font-size:11px;
	width:210px;
}
#carousel ul li a.txt{
	text-decoration:underline;
}
#carousel ul li a.txt:hover{
	color:#29C4DE;
}


/* --------------------------------------------------------------------------------------
 Footer
--------------------------------------------------------------------------------------- */

div#footer_bg {
	width:100%;
	min-width: 980px; 
	height: 437px; 
	background-color:#6bb130;
	padding-top:35px;  
	clear:both;
	border-top:1px solid #297122;  
	border-bottom:1px solid #297122; 
}

div#footer {
	width:980px; 
	margin: 0 auto; 
	clear:both;
}

div#footimg {
	height:40px;
}

div#logo2 {
	width: 185px;
	float:left;
	margin-top:8px;
	text-align:left;
}

div#footer_toiawase {
	width:450px;
	float:right;
	text-align:right;
}

div#footer_toiawase span{
	margin-right:30px;
}
	

div#footer_cr {
	width:100%;
	min-width:980px; 
	height: 40px; 
	text-align: center;
	background-color:#5a942a;
	padding-top:20px;
}

p#copytight {
	width:980px;
	margin: 0 auto;
	color:#FFF;
	font-size:10px ;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}

p#copytight span {
	font-size:11px ;
}

div#address {
	
	text-align:left;
	width:980px;
	height:80px;
	margin:27px 0 5px 0;
}

div#address p {
	color:#e8ece3;
}

p#ad1{
	margin-right:70px;
	float:left;
}

p#ad2{
	float:left;
	margin-right:70px;  
}

p#ad3{
	vertical-align:top;
/*	float:right;  */
/*	width:200px; */	
}

div#access {
	width:970px;
	height:245px;
	background-color:#5a942a;
	padding: 10px 0 0 10px;

}


div#map {
	padding:5px;
	width:362px;
	height:225px;
	background-color:#538927;
	float:left;

}
div#howtoget {
	padding:0 35px 0 0;
	width:530px;
	height:217px;
	float:right;
	color:#e8ece3;
}
div#acicon {
	text-align:right;
}

div#actex {
	text-align:left;
	line-height:1.9;
	margin-top: -5px;
	font-size:12px ;
}

/* --------------------------------------------------------------------------------------
 Back toTop
--------------------------------------------------------------------------------------- */


#toTop {
	width:120px;
        border:1px solid #ccc;
        background:#f7f7f7;
        text-align:center;
        padding:30px 10px;
        position:fixed; 
        bottom:62px; 
        right:20px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:14px;
		font-weight:bold;
}

/* --------------------------------------------------------------------------------------
 Conatainer
--------------------------------------------------------------------------------------- */

div#container_bg {
	width:100%;
	min-width:980px; 
  /*  background-color:#569c1c;  */
}



div#container {
	width: 980px;
	margin:0 auto;
}

div#container1_bg {
	width:100%;
	min-width:980px; 
    background-image:url(../img/jpmap.png);
	background-repeat:no-repeat;
	background-position:center 265px;
/*	background-position:0 100px;  */
}



div#container1 {
	width: 980px;
	margin:0 auto;
	height: 2940px;
}


div#cont1 {
	padding: 0 30px;
}
div#cont1 h3 {
	text-align:center;
	padding-top:30px;
}

.cont_title {
	margin-bottom:3px;
	color:#75ce25;
	font-size:21px;
	letter-spacing:-0.05em;
	line-height:1.35em;
	text-decoration: none;
	font-weight:700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
			/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
}

.cont_title2 {
	margin-bottom:3px;
	color:#4b4b4b;
	font-size:21px;
	letter-spacing:-0.05em;
	line-height:1.35em;
	text-decoration: none;
	font-weight:700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
			/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
}

div#cont2 {
	background-image:url(../img/cont_bg.gif);
	background-repeat:repeat;
	width:716px;
	padding: 30px;
}

div#cont3 h3 {
	text-align:left;
	width:100%;
	margin-top:60px;
	padding-left: 30px;
}

div#jpmap {
/*	margin-left:-300px;
	margin-top:-400px; */
	/*height: 1000px; 
    width:100%;
	

	background-image:url(../img/jpmap.png);
	background-repeat:no-repeat;
	background-position:-300px -400px; 
	*/

}

div#cont4,#cont5,#cont6,#cont7{
	background-image: url(../img/cont_bg.gif);
	background-repeat:repeat;
	width:416px;
	padding: 30px;
	float:left;
	margin: 10px 0 0 10px;
}



div#contband {
/*	margin:-40px; */
    margin-top:580px; 
    margin-bottom:50px;
	
}

.pagetitle h2{
	font-size:14px;
	font-weight:500;
	padding: 50px 0 40px 10px;
}

div.shousai-icon {
/*	padding-top:10px;  */
	text-align:right;
}
	

/* --------------------------------------------------------------------------------------
 about us
--------------------------------------------------------------------------------------- */

#sub_category01 {
	margin: 0px;
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sub_category01 li {
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 220px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#sub_category01 li a {
	background-image: url(../img/sub_iconb.gif);
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin: 0px;
	width: 195px;
	display: block;
}
#sub_category01 li a:hover {
	background-image: url(../img/sub_iconw.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin: 0px;
	background-color: #6bb130;
	width: 195px;
}

#page_content_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width:690px;
	word-break: break-all;
}

#companytable {
	width: 690px;
	margin-bottom:40px;
}

#companytable td {
    text-align: center;
	width:200px; 
	border-bottom: 1px dotted #999999;
}

#companytable td.tright {
    text-align: left;
	width:300px;
	padding-left: 50px; 
	border-bottom: 1px dotted #999999;
}

div.aboutus h2{
	font-size:14px;
	font-weight:500;
	padding: 50px 0 50px 10px; 
}

div#map2 {
	padding:1px;
	width:665px;
	height:350px;
	background-color:#c7c7c6;
	float:left;

}

div#page_content_right h3 {
	padding-bottom:15px;
}

div#howtoget2 {
	width:665px;
}

p#visiontexi {
	width:665px;
	line-height:2.3;
}

/* --------------------------------------------------------------------------------------
 Toiawase
--------------------------------------------------------------------------------------- */

#etc{
	width:810px;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:40px;
}

#etc .top{
	height:20px;
	background:url(../img/etc_bg_top.gif) no-repeat;
}

#etc .middle{
	background:url(../img/etc_bg_middle.gif) repeat-y;
	padding:20px 30px 20px 50px;;;
}

#etc .bottom{
	height:20px;
	background:url(../img/etc_bg_bottom.gif) no-repeat;
}

#toiawasetable td {
    text-align: left;
	padding: 15px 30px;
	/*width:200px;  */
	border-bottom: 1px dotted #999999;
}

form { width: 700px; }

input { margin-bottom: 10px; padding: 6px 6px; color: #4A4A4A; /*float: right; */}

select { margin-bottom: 10px; padding: 6px 6px; color: #4A4A4A; /*float: right; */}

label { margin-bottom: 5px; float: left; clear: both; position: relative; top: 10px; }

textarea { padding: 6px 6px; height: 110px; margin-bottom: 1px; color: #4A4A4A; line-height: 20px; font-size: 12px; /*float: right; */}
/*
input { width: 350px; }
textarea { width: 350px; }
select { width: 365px; } */

label { font-family: Arial; font-size: 14px; /*color: #247f04;*/ }

input :hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}

input, textarea, select { outline: none; background-color: #f1f1f1; border: 1px solid #b2b2b2; padding: 5px; }

input:focus, textarea:focus, select:focus { border: 1px solid #56bd02; }

input, textarea, select { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
/*
select, textarea { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
*/
input#submit { float: right; clear: both; cursor: pointer; width: 125px; padding: 7px 1px; background-color: #15c002; border: 0; color: #fff; }


div#thanks {
	padding: 100px 0 100px 10px;;
	font-size:140%;
}


/* --------------------------------------------------------------------------------------
 Take one box
--------------------------------------------------------------------------------------- */

div#takeone_title {
	padding-top:20px;
}


div#takeone_title h2{
	font-size:14px;
	font-weight:500;
	padding: 210px 0 20px 10px; 
	background:url(../img/takeone_bg.jpg) no-repeat;
}

div#takeone_title p{
	font-size:13px;
	font-weight:700;
	padding: 0 0 30px 10px; 
}

table#takeonebox th.rightdot{
    text-align: center;
	padding:0 30px;
	height: 60px;
	border-bottom: 1px solid #999999;
	border-right: 1px dotted #999999;
	border-top: 1px solid #999999;
}

table#takeonebox th#notdot{
    text-align: center;
	padding:0 40px;
	height: 60px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

table#takeonebox td.rightdot{
    text-align: center;
	padding:0 30px;
	height: 60px;
	border-bottom: 1px dotted #999999;
	border-right: 1px dotted #999999;
}

table#takeonebox td.nottdot{
    text-align: center;
	padding:0 45px;
	height: 60px;
	border-bottom: 1px dotted #999999;
}

hr {
clear: both;
margin-bottom: 25px;
border: none;
border-top: 1px solid #b6b8b7;
border-bottom: 1px solid #fff;
}

div#takeone_detail {
	width:980px;
}

div#freerack1,#freerack3,#freerack5,#freerack7{
	width:438px;
	padding: 20px;
	float:left;
	border: 1px solid #999999;
	margin: 18px 18px 0 0; 
}

div#freerack2,#freerack4,#freerack6,#freerack8{
	width:438px;
	padding: 20px;
	float:left;
	border: 1px solid #999999;
	margin: 18px 0 0 0; 
}


div.tob_specs table {
	float:left;
	width:230px;
}
div.tob_specs td {
	padding: 7px;
    border-bottom: 1px dotted #999999;
}

div.tob_img{
	float:right;
}

div.tob_specs table td.tleft {
	width:50px;
}

.pad-right-5 {
	padding-right:5px;
}

div.rack-logo {
	clear:both;
	padding-top:10px;
}

div#takeone_detail h3{
	background: url(../img/background-heading-01.gif) 3px 100% no-repeat;
	padding-left: 20px;
	border-bottom: 1px solid #d8d8d8;
	color: #333;
	font-size: 1.166em;
	font-weight: bold;
	line-height: 1.285em;
	padding-bottom: 12px;
}

div.mitsumori {
	text-align:right;
}

/* --------------------------------------------------------------------------------------
 Vision
--------------------------------------------------------------------------------------- */

div#vision_img {
	padding-bottom: 20px;
}
	
table#t_vision0 tr td {
	padding: 5px 10px;
	text-align: left;
    border:none;
}	

table#t_vision1 tr td {
	padding: 10px 22px;
	border: 1px dotted #999999;
}

table#t_vision1{
	margin-bottom:60px;
}	

/* --------------------------------------------------------------------------------------
 Recruit
--------------------------------------------------------------------------------------- */

#recruittable {
	width: 690px;
	margin-bottom:40px;
}

#recruittable td {
    text-align: center;
	width:130px; 
	border-bottom: 1px dotted #999999;
}

#recruittable td.tright {
    text-align: left;
	width:370px;
	padding-left: 30px; 
	border-bottom: 1px dotted #999999;
}

/* --------------------------------------------------------------------------------------
 Original goods
--------------------------------------------------------------------------------------- */


div#goodscontainer {
/*	float:left;    */
}

div#gc-l {
	float:left;
	width:530px;
	margin-right:50px;  
	
}

p#og-titile{
    font-size:14px;
	font-weight:500;
	padding: 30px 0 50px 0; 
}

div#gc-r {
	
/*	padding: 0 0 0 40px; */
}

div#gm-l {
	clear:both;
	float:left;
	padding-right:40px;
	padding-bottom:50px;
}

div#gm-r {
	padding-top:50px;
}



div#gc-l h2 {
	margin-bottom:20px;
	color:#6bb130; 
	font-size:19px;
	letter-spacing:-0.05em;
	line-height:1.35em;
	text-decoration: none;
	font-weight:700;
	text-shadow: 0px 1px 1px rgba(0,0,0,.2);
			/* CSS3 transitions working only for modern browsers */
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: color 0.3s ease;
}

li.gc-li{
	font-weight:bold;
	margin-bottom:10px;
}

div#gekimagu{
	clear:both;
}

p#og-titile2 {
    font-size:14px;
	font-weight:500;
	padding: 40px 0 40px 10px; 
}

/* --------------------------------------------------------------------------------------
 Sampling
--------------------------------------------------------------------------------------- */

p#smp-titile {
	font-size:14px;
	font-weight:500;
	padding: 50px 0 50px 0; 
}

div#ichigenkanri {
	padding: 30px 0 10px 50px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom:30px;
}

div#ichi-1 {
	background:url(../img/sampling-1.png) no-repeat;
	padding-left:100px;
	padding-bottom:80px;
}

div#ichi-2 {
	background:url(../img/sampling-2.png) no-repeat;
	padding-left:100px;
	padding-bottom:80px;
}
div#ichi-3 {
	background:url(../img/sampling-3.png) no-repeat;
	padding-left:100px;
	padding-bottom:80px;
}
div#ichi-4 {
	background:url(../img/sampling-4.png) no-repeat;
	padding-left:100px;
	padding-bottom:80px;
}
div#ichi-5 {
	background:url(../img/sampling-5.png) no-repeat;
	padding-left:100px;
	padding-bottom:40px;
}

p.ichi_title {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
	color: #000;
}


div#samplingimage {
	background:url(../img/sampling-image.jpg) no-repeat;
	padding-top:300px;
}

div#samplint-toiawase {
	/*margin-top:40px; */
	background:url(../img/smg-toi.png) no-repeat;
	padding:10px 0 0 650px;
	height:70px;
	clear:both;
}


.p-30{
	padding-bottom:30px;
}
	
/* --------------------------------------------------------------------------------------
 Top 20190805
--------------------------------------------------------------------------------------- */

.corporate {
    float: left;
    padding-top: 16px;
}
.corporate a {color: #FFF;text-decoration: none;}
.corporate a:hover {color: #FFF;text-decoration:underline;}
.corporate a img {width: 12px;margin-left: 4px;}
.corporate:after { content:" "; display:block; }
.corporate a:after {content:" ";display:block;}

#contband #cont4 {
    position: relative;
}

#contband #cont4 .service-link {
    position: absolute;
    bottom: 17px;
    right: 30px;
}
#contband #cont4 .service-link a,
#contband #cont6 .service-link a,
#contband #cont7 .service-link a,
#contband #cont8 .service-link a {
    color: #333;
    font-size: 110%;
    text-decoration: none;
}
#contband #cont4 .service-link a:hover,
#contband #cont6 .service-link a:hover,
#contband #cont7 .service-link a:hover,
#contband #cont8 .service-link a:hover { text-decoration:underline; }
#contband #cont4 .service-link a img,
#contband #cont7 .service-link a img,
#contband #cont8 .service-link a img,
#contband #cont10 .service-link a img {
    width: 15px;
    margin-left: 8px;
}

#contband #cont6 {
    height: 375px;
    position: relative;
}
#contband #cont6 .service-link {
    
}
#contband #cont6 .service-link a {
    position: absolute;
    bottom: 11px;
    right: 30px;
    }
#contband #cont6 .service-link p {letter-spacing: -0.2px;}

#contband #cont7 {
    height: 375px;
    position: relative;
}
#contband #cont7 .service-link {
    position: absolute;
}
#contband #cont7 .service-link p {
    font-size: 110%;
    letter-spacing: -0.5px;
}
#contband #cont7 .service-link a {
    position: absolute;
    right: 0px;
}

#contband #cont7 .service-link a:nth-of-type(1) {
    bottom: 8px;
}
#contband #cont7 .service-link a:nth-of-type(2) {
    bottom: -14px;
}
#contband #cont7 .service-link a:nth-of-type(3) {
    bottom: -36px;
}

div#cont8,#cont9,#cont10,#cont11{
	background-image: url(../img/cont_bg.gif);
	background-repeat:repeat;
	width:416px;
	padding: 30px;
	float:left;
	margin: 10px 0 0 10px;
	position:relative;
}
#cont10 {
    padding-bottom: 40px;
}
#sampling-cont div#cont4,
#sampling-cont div#cont5,
#sampling-cont div#cont6,
#sampling-cont div#cont7,#sampling-cont div#cont8,#sampling-cont div#cont9,#sampling-cont div#cont10,#sampling-cont div#cont11{
	background-image: url(../img/cont_bg_3.gif);
	background-repeat:repeat;
	width:416px;
	padding: 30px;
	float:left;
	margin: 10px 0 0 10px;
	position:relative;
}

div#cont8,#cont9 {
    height: 305px;
}

div#cont10 {
    width: 901px;
}

#contband #cont8 .service-link p {
    width: 105%;
    letter-spacing: -0.1px;
}

#contband #cont8 .service-link a {
    position: absolute;
    right: 28px;
}

#contband #cont10 .service-link a {position: absolute;
    right: 28px;}

.easy-work {
    margin-bottom: 16px;
}
.easy-work:after { display:block; content:" "; clear:both; }
.easy-work h4.cont_title {
    border-bottom: solid 3px #75ce25ad;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 16px;
    color: #5d9a29;
    letter-spacing: initial;
    font-size: 19px;
}
.easy-work h4.cont_title:after {
    content:" ";
    display: block;
    border-bottom: solid 3px #68ad2d;
    bottom: -3px;
    width: 120px;
    position: absolute;
    }
.easy-work .easy-work-in {
    width: 416px;
    float: left;
    margin-right: 16px;
    border: 3px solid #6bb130;
    padding: 10px;
    margin-bottom: 16px;
    background: #FFF;
}
.easy-work .easy-work-in:nth-of-type(2),
.easy-work .easy-work-in:nth-of-type(4) {
    margin-right: 0px;
}

.easy-work .easy-work-in:nth-of-type(3),
.easy-work .easy-work-in:nth-of-type(4) {
    margin-bottom: 0px;
}

.easy-work .easy-work-in h5.cont_title.t-right {
    float: right;
    text-align: left;
    width: 280px;
    margin-bottom: 4px;
    color: #4b4b4b;
    font-size: 18px;
}

.easy-work .easy-work-in h5.cont_title.t-right:after {content:" "; }

.easy-work .easy-work-in img {
    width: 120px;
    float: left;
}
.easy-work .easy-work-in p.t-right {float: right;text-align: left;width: 280px;color: #4b4b4b;}
.easy-work .easy-work-in:after { display:block; content:" "; clear:both; }

#reccord {
    width: 960px;
    margin: 0 auto;
    margin-top: 50px;
}
#reccord h2.cont_title,
.sampling-text h2.cont_title {
    background: #6bb130;
    color: #FFF;
    padding: 8px 0 5px 16px;
    margin-bottom: 16px;
    letter-spacing: initial;
    box-shadow: 1px 2px 4px 0px #BBB;
}

h2.companion-title {
    background: #e75297 !important;
}

#reccord p.reccord-text,
.sampling-text p.lower-text {
    line-height: 180%;
    letter-spacing: 0.1em;
    font-size: 90%;
}

.sampling-text p.lower-text { font-size: 100%; }

/* --------------------------------------------------------------------------------------
 Sampling 20190815
--------------------------------------------------------------------------------------- */

#container_bg #container .sampling-mv {
    background: url(../img/sampling_mv.jpg) no-repeat;
    margin-bottom: 40px;
    position: relative;
    height: 530px;
    background-position-y: center;
}
#container_bg #container .sampling-mv h2.sampling-mv-title {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 50px;
    left: 50px;
}
#container_bg #container .sampling-mv p.sampling-mv-sub-title {
    color: #FFF;
    font-size: 42px;
    position: absolute;
    top: 114px;
    left: 50px;
    font-weight: bold;
}
#container_bg #container .sampling-mv p.sampling-mv-text {
    color: #FFF;
    font-size: 16px;
    position: absolute;
    top: 350px;
    left: 50px;
    width: 890px;
}

#container_bg #container .sampling-text {
    margin-top: 40px;
}

#container_bg #container div#contband.sampling-service  {
    margin-top: 0px;
}

#container_bg #container div#contband.sampling-service:after { content:""; display:block; clear:both; }

#container_bg #container div#contband.sampling-service #cont4,
#container_bg #container div#contband.sampling-service #cont6,
#container_bg #container div#contband.sampling-service #cont8,
#container_bg #container div#contband.sampling-service #cont10 {
    margin-left: 0px;
}

#container_bg #container div#contband.sampling-service #cont4,
#container_bg #container div#contband.sampling-service #cont5,
#container_bg #container div#contband.sampling-service #cont6,
#container_bg #container div#contband.sampling-service #cont7,
#container_bg #container div#contband.sampling-service #cont8,
#container_bg #container div#contband.sampling-service #cont9,
#container_bg #container div#contband.sampling-service #cont10,
#container_bg #container div#contband.sampling-service #cont11 {width: 425px;position: relative;}

#container_bg #container div#contband.sampling-service #cont4 {
    height: 320px;
}
#container_bg #container div#contband.sampling-service #cont5 {
    height: 320px;
}
#container_bg #container div#contband.sampling-service #cont6 {
    height: 330px;
}
#container_bg #container div#contband.sampling-service #cont7 {
    height: 330px;
}
#container_bg #container div#contband.sampling-service #cont8 {
    height: 300px;
}
#container_bg #container div#contband.sampling-service #cont9 {
    height: 300px;
}
#container_bg #container div#contband.sampling-service #cont10 {
    height: 365px;
}
#container_bg #container div#contband.sampling-service #cont11 {
    height: 365px;
}

#container_bg #container div#contband.sampling-service #cont4 img,
#container_bg #container div#contband.sampling-service #cont5 img,
#container_bg #container div#contband.sampling-service #cont6 img,
#container_bg #container div#contband.sampling-service #cont7 img,
#container_bg #container div#contband.sampling-service #cont8 img,
#container_bg #container div#contband.sampling-service #cont9 img,
#container_bg #container div#contband.sampling-service #cont10 img,
#container_bg #container div#contband.sampling-service #cont11 img {
    width: 100px;
    margin: 0 auto;
    display: block;
}

#container_bg #container div#contband.sampling-service h3.cont_title2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#container_bg #container div#contband.sampling-service .sampling-service-img {width: 425px !important;position: absolute;bottom: 20px;}

#container_bg #container .sampling-text img.sampling-compa {
    width: 100%;
}

#container_bg #container .sampling-text div.scroll-table {}
#container_bg #container .sampling-text div.scroll-table table.sampling-table {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 16px;
}
#container_bg #container .sampling-text div.scroll-table table.sampling-table tr th,
#container_bg #container .sampling-text div.scroll-table table.sampling-table tr td {
    border: 1px solid #CCC;
    padding: 16px;
    font-size: 16px;
}
#container_bg #container .sampling-text div.scroll-table table.sampling-table tr th {
    background: #6bb130;
    color: #FFF;
}
#container_bg #container .sampling-text div.scroll-table table.sampling-table tr td {
    background: #FFF;
}
#container_bg #container .sampling-text div.scroll-table table.sampling-table tr td.pink {
    color: #6bb130;
    font-weight: bold;
}

#container_bg #container .sampling-text ul.sampling-price {}
#container_bg #container .sampling-text ul.sampling-price li {
    margin-bottom: 4px;
}
#container_bg #container .sampling-text ul.sampling-price li:before { content:"※"; divplay:block; }
#container_bg #container .sampling-text ul.sampling-price li:last-nth-of-type(1):before { content:" "; divplay:block; }

#container_bg #container .sampling-text ul.itemlist,
#container_bg #container .sampling-text div.itemlist {
    margin-top: 32px;
    margin-bottom: 48px;
}
#container_bg #container .sampling-text ul.itemlist:after,
#container_bg #container .sampling-text div.itemlist:after {content:" ";display: block;clear:both;}
#container_bg #container .sampling-text ul.itemlist li,
#container_bg #container .sampling-text div.itemlist div.itemlist-in {
    width: 222px;
    float: left;
    background: #FFF;
    border: 1px solid #6bb13047;
    margin-right: 28px;
    position: relative;
    height: 275px;
    margin-bottom: 30px;
}

#container_bg #container .sampling-text ul.itemlist li:nth-of-type(4),
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(4) {margin-right: 0px;}

#container_bg #container .sampling-text ul.itemlist li h4,
#container_bg #container .sampling-text div.itemlist div.itemlist-in h4 {
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    color: #6bb130;
}
#container_bg #container .sampling-text ul.itemlist li .centering,
#container_bg #container .sampling-text div.itemlist div.itemlist-in .centering {
    border-radius: 75px;
    background: #6bb130;
    width: 100px;
    height: 100px;
    margin: 15px auto 0 auto;
    position: relative;
}
#container_bg #container .sampling-text ul.itemlist li .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in .centering  img {
    width: 70px;
}

#container_bg #container .sampling-text ul.itemlist li:nth-of-type(1) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in .centering img {position: absolute;top: 28px;left: 17px;}
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(2) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(2) .centering img {
    position: absolute;
    top: 20px;
    left: 15px;
}
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(3) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(3) .centering img {
    position: absolute;
    top: 20px;
    left: 17px;
    width: 60px;
}
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(4) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(4) .centering img {
    top: 20px;
    left: 16px;
    position: absolute;
}
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(5) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(5) .centering img {
    top: 22px;
    left: 23px;
    position: absolute;
    width: 61px;
}
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(6) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(6) .centering img {
    top: 21px;
    left: 16px;
    position: absolute;
}
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(7) .centering img,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(7) .centering img {
    top: 22px;
    left: 27px;
    position: absolute;
    width: 61px;
}

#container_bg #container .sampling-text ul.itemlist li h5,
#container_bg #container .sampling-text div.itemlist div.itemlist-in h5 {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}
#container_bg #container .sampling-text ul.itemlist li p,
#container_bg #container .sampling-text div.itemlist div.itemlist-in p {
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
}
#container_bg #container .sampling-text ul.itemlist li:before,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:before {
    right: -31px;
    top: 130px;
    content:" ";
    display: block;
    position: absolute;
    width: 41px;
    height: 1px;
    background: #6bb130;
    }
#container_bg #container .sampling-text ul.itemlist li:after,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:after {
    right: -39px;
    top: 124px;
    content:" ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 8px solid #6bb130;
    transform: rotate(-90deg);
    z-index: 100;
    }

#container_bg #container .sampling-text ul.itemlist li:nth-of-type(4):before,
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(4):after,
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(7):before,
#container_bg #container .sampling-text ul.itemlist li:nth-of-type(7):after,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(4):before,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(4):after,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(7):before,
#container_bg #container .sampling-text div.itemlist div.itemlist-in:nth-of-type(7):after {content: '';background: none;border: none;}