/*
Theme Name: irodoripastel
Theme URI: 
 
Version: 1
*/

@charset "utf-8";
/* =============================================================================
   HTML5 element display
   ========================================================================== */
 
/*
 * Add display for block-level HTML5 elements
 * Addresses display not defined in IE6/7/8/9 & FF3
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
 
/*
 * Add display for embedded HTML5 elements
 * Addresses display not defined in IE6/7/8/9 & FF3
 */
 
audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
 
 
/* =============================================================================
   Base
   ========================================================================== */
 
/*
 * 1. Add vertical scrollbar
 *    Keeps page centred in all browsers regardless of content height
 * 2. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 3. Remove iOS text size adjust without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
 
html {
    overflow-y: scroll; /* 1 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%;
}
 
/*
 * 1. Define the base font-size (using % or em will retain text resizing in IE6/7)
 * 2. Define the base line-height.
 * 3. Remove margin
 */
 
body {
    font-size: 100%; /* 1 */
    line-height: normal; /* 2 */
    margin: 0; /* 3 */
}
 
/* 
 * Define base font-family
 * Addresses font-family inconsistency between <textarea> and other form elements.
 */
 
body,
input,
button, 
textarea,
select {
    font-family: sans-serif;
}
 
/*
 * 1. Remove border
 *    Improves readability when inside <a> element in all browsers
 * 2. Allow high quality bicubic image resampling
 *    Improves readability when scaled in IE7
 *    Read before using : code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
 
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
 
 
/* =============================================================================
   Links
   ========================================================================== */
 
a {
    color: #00e;
}
 
a:visited {
    color: #551a8b;
}
 
/*
 * Define outline as thin dotted
 * Addresses outline displayed oddly in Chrome
 */
 
a:focus {
    outline: thin dotted;
}
 
/*
 * Remove outline
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
 
a:hover,
a:active {
    outline: 0;
}
 
 
/* =============================================================================
   Typography
   ========================================================================== */
 
/*
 * Add bottom border
 * Fixes styling not present in IE7/8/9 S5 Chrome
 */
 
abbr[title] {
    border-bottom: 1px dotted;
}
 
/*
 * Add bold font weight
 * Fixes style set to 'bolder' in FF3/4 S4/5 Chrome
*/
 
b, 
strong { 
    font-weight: bold; 
}
 
blockquote {
    margin: 1em 40px;
}
 
/*
 * Add italic font style
 * Fixes styling not present in S5 Chrome
 */
 
dfn {
    font-style: italic;
}
 
/*
 * Add yellow background and black text
 * Fixes styling not present in IE6/7/8/9
 */
 
mark {
    background: #ff0;
    color: #000;
}
 
/*
 * Redeclare monospace font family
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 * 1. Fixes font family set oddly in S5 Chrome
 * 2. Fixes monospace font family set oddly in IE6
 */
 
pre,
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    _font-family: 'courier new', monospace; /* 2 */
    font-size: 1em;
}
 
/*
 * Add line wrapping
 * Improves readability of pre-formatted text in all browsers
 */
 
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
 
/*
 * Remove quotes
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
 
/* 1 */
 
q {
    quotes: none;
}
 
/* 2 */
 
q:before,
q:after {
    content: '';
    content: none;
}
 
/*
 * Define font-size
 */
 
small {
    font-size: 75%;
}
 
/*
 * Position subscript and superscript content without affecting line-height
 * Fixes alignment within multi-line text displayed oddly in all browsers
 * gist.github.com/413930
 */
 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -0.5em;
}
 
sub {
    bottom: -0.25em;
}
 
 
/* =============================================================================
   Lists
   ========================================================================== */
 
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}
 
dd {
    margin: 0 0 0 40px;
}
 
nav ul,
nav ol {
    list-style: none;
}
 
 
/* =============================================================================
   Figures
   ========================================================================== */
 
/*
 * Remove margin
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
 
figure {
    margin: 0;
}
 
 
/* =============================================================================
   Forms
   ========================================================================== */
 
/*
 * Remove margin
 * Fixes styling in IE6/7
 */
 
form {
    margin: 0;
}
 
/*
 * Define consistent margin and padding
 */
 
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
 
/*
 * Add negative left margin
 * Fixes alignment displayed oddly in IE6/7
 */
 
legend {
    *margin-left: -7px;
}
 
/*
 * 1. Define font-size as equal to ancestor's
 * 2. Remove margin
 *    Fixes different margins set in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
 
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
 
/*
 * 1. Define line-height as normal
 *    Addresses FF3/4 setting it using !important in the UA stylesheet
 * 2. Make overflow visible
 *    Fixes spacing displayed oddly in IE6/7
 */
 
button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}
 
/*
 * 1. Display hand cursor for clickable form elements
 *    Improves usability and consistency of cursor style between image-type <input> and others
 * 2. Define appearance for clickable form elements
 *    Fixes inability to style clickable <input> types in iOS
 */
 
button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}
 
/*
 * Define box sizing
 * Addresses box sizing set to content-box in IE8/9
 */
 
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
 
/*
 * Define box sizing and appearance
 * Addresses box sizing set to border-box in S5 Chrome (include -moz to future-proof)
 * Addresses appearance set to searchfield in S5 Chrome
 */
 
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
 
/*
 * Remove WebKit search decoration
 * Addresses inner padding displaying oddly in S5 Chrome on OSX
 */
 
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
 
/*
 * Remove inner padding and border 
 * Fixes appearance displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
 
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
/*
 * 1. Remove default vertical scrollbar
 *    Fixes scrollbar displayed oddly in IE6/7/8/9
 * 2. Add top vertical alignment
 *    Improves readability and aligment in all browsers
 */
 
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
 
 
/* =============================================================================
   Tables
   ========================================================================== */
 
/* 
 * Remove most spacing between table cells
 * Consistent vertical and horizontal alignment in all browsers
 */
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
li {
 list-style:none;
}
body,div,p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,table,th,td,hr,address,img{
 margin:0;
 padding:0;
 list-style:none;
border:none;
}
li {
 list-style:none;
}
body {
	font-size:14px;
	line-height:1.7;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#727171;
	}

.align_center {
	text-align:center !important;
	}
.align_right {
	text-align:right !important;
	}
img {
	vertical-align:bottom;
}

a {
	color: #f7634d;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
}
.m_top5 {
	margin-top:5px !important;
	}
.m_top10 {
	margin-top:10px !important;
	}
.m_bot0 {
	margin-bottom:0px !important;
}
.m_bot5 {
	margin-bottom:5px !important;
}
.m_bot8 {
	margin-bottom:8px !important;
}
.m_bot10 {
	margin-bottom:10px !important;
}
.m_bot15 {
	margin-bottom:15px !important;
}
.m_bot20 {
	margin-bottom:20px !important;
}
.m_bot25 {
	margin-bottom:25px !important;
}
.m_bot30 {
	margin-bottom:30px !important;
	}
.m_bot35 {
	margin-bottom:35px !important;
}
.m_bot40 {
	margin-bottom:40px !important;
	}
.m_bot45 {
	margin-bottom:45px !important;
	}
.m_bot50 {
	margin-bottom:50px !important;
	}
.m_bot55 {
	margin-bottom:55px !important;
}
.m_bot60 {
	margin-bottom:60px !important;
	}
.m_top20 {
	margin-top:20px !important;
}
.m_top30 {
	margin-top:30px !important;
}
.p_bot10 {
	padding-bottom:10px !important;
	}
.m_left20 {
	margin-left:20px !important;
}
.p_left0 {
	padding-left:0px !important;
}
.p_left10 {
	padding-left:10px !important;
}
.p_left20 {
	padding-left:20px !important;
}
.f_right {
    float: right;
margin-left:20px;
}
.f_left {
    float: left;
margin-right:20px;
}
.o_hidden {
overflow:hidden;
}
.bold {
font-weight:bold;
}
.wrapper {
	width:998px;
	overflow:hidden;
	margin:0 auto;
	border:2px solid #f8cdc7;
}
.nav div {
    overflow: hidden;
    width: 999px;
}
.nav div p {
	float:left;
    height: 68px;
}
.header {
	overflow:hidden;
	padding:32px 34px 10px 62px;
	background:url(image/head_bg.jpg) 0 0 no-repeat;
}

.header p {
	width:630px;
	float:right;
	font-size:16px;
	line-height:23px
}
.header h1 {
	width:228px;
	float:left;
	margin-top:9px;
	}
.content_over {
	width: 902px;
	background:url(image/content_bg.jpg) 0 bottom no-repeat;
	padding-bottom: 11px;
	margin: 0 auto 25px;
}
.content {
	overflow:hidden;
	margin:0 auto;
	border:2px solid #f8cdc7;
	border-bottom:none;
	padding: 7px 7px 20px 7px;
}
.foot_nav {
	overflow:hidden;
	width:902px;
	margin:0 auto;
}
.foot_nav p {
	float:left;
height:26px;
}
.col_news p {
    border-bottom: 1px solid #f4aba0;
    padding: 10px 10px 10px 0px;
}
.ico_cat {
	margin-right:20px;
}

.col_news p .date {
    background: url("image/ico_arrow.jpg") no-repeat scroll 0 5px;
    padding-left: 20px;
    margin-right:30px;
}
.common_title {
    color: #ff6750;
    font-size: 20px;
    font-weight: normal;
}
.to_back {
    padding-top: 5px;
    text-align: right;
}
.to_back a {
    background: url("image/ico_arrow.jpg") no-repeat scroll 0px 6px;
    padding-left: 15px;
}

/*-----------nav-------------------*/

.tablenav {
    line-height: 2em;
    margin: 1em auto 0;
    padding-bottom: 1em;
    text-align: center;
	color:white;
}

a.page-numbers, .tablenav .current {
	padding: 3px 7px;
	border:solid 1px #ff6750;
	text-decoration:none;
}

a.page-numbers:hover {
	color:white;
	background: #ff6750;
}

.tablenav .current {
	background: #ff6750;
	border-color: #ff6750;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
}

/*---------------------ビジュアル-------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
    margin-bottom: 25px;
}
.alignright {
    display: inline;
    float: right;
    margin-bottom: 25px;
    margin-left: 40px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*---------------------ビジュアル-------------------------*/
.col_gallery {
	overflow:hidden;
}
.col_gallery_left {
    float: left;
    text-align: center;
    width: 200px;
}
.col_gallery_left li {
    border: 3px solid #f29c8f;
    font-size: 15px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 10px;
}
.col_gallery_right {
	float:right ;
	overflow:hidden;
	width:660px;
}
.col_gallery_right ul {
	overflow:hidden;
    margin-left: -12px;
}
.col_gallery_right ul li {
	float:left ;
	width:72px;
    margin-left: 12px;
    margin-bottom: 12px;
}
.col_gallery_left li a {
color:#727171;
    display: block;
}
table {
width:100%;
}
table th {
    background: #f29b8f none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 20%;
    border-bottom: 1px solid #f4aba0;
}
table td {
    padding: 10px;
}
.col_profile {
overflow:hidden;
}
.col_profile_left {
width:453px;
float:left;
padding-left:27px;
}
.col_profile_left dd {
padding-left:25px;
margin-bottom:20px;
    font-size: 16px;
    line-height: 23px;
}
.col_profile_left dt {
margin-bottom:10px;
}
.col_profile_right {
width:360px;
float:right;
    padding-top: 75px;

}
.col_profile_right1 {
text-align:center;
}
.col_profile_right1 li {
margin-bottom:30px;
}
.col_profile_right img {
border:1px solid #d2d2d2;
}
.col_profile_right2 {
overflow:hidden;
margin-left: -23px;
}
.col_profile_right2 li {
width:166px;
float:left;
margin-left: 23px;
margin-bottom:20px;
}